You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2013/02/20 19:57:31 UTC

[2/4] git commit: * lib/cimi/helpers/database_helper.rb (test_environment?): remove, unused

* lib/cimi/helpers/database_helper.rb (test_environment?): remove, unused


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/dbc02713
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/dbc02713
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/dbc02713

Branch: refs/heads/master
Commit: dbc02713bbfa28d57e3b9d4b9d437bd9ce80d7f1
Parents: c6f9c28
Author: David Lutterkort <lu...@redhat.com>
Authored: Tue Feb 19 20:44:58 2013 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Wed Feb 20 10:57:06 2013 -0800

----------------------------------------------------------------------
 server/lib/cimi/helpers/database_helper.rb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/dbc02713/server/lib/cimi/helpers/database_helper.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/helpers/database_helper.rb b/server/lib/cimi/helpers/database_helper.rb
index 05fdd81..7e5f99a 100644
--- a/server/lib/cimi/helpers/database_helper.rb
+++ b/server/lib/cimi/helpers/database_helper.rb
@@ -24,10 +24,6 @@ module Deltacloud
       DATABASE_COLLECTIONS = [ "machine_template", "address_template",
         "volume_configuration", "volume_template" ]
 
-      def test_environment?
-        Deltacloud.test_environment?
-      end
-
      def provides?(entity)
        return true if DATABASE_COLLECTIONS.include? entity
        return false