diff --git a/src/oca/ruby/OpenNebula/Configuration.rb b/src/oca/ruby/OpenNebula/Configuration.rb index d21d2c78a2..aaef7fe89f 100644 --- a/src/oca/ruby/OpenNebula/Configuration.rb +++ b/src/oca/ruby/OpenNebula/Configuration.rb @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # # limitations under the License. # #--------------------------------------------------------------------------- # -require 'json' module OpenNebula ############################################################################ @@ -61,10 +60,6 @@ module OpenNebula @conf[key.to_s.upcase] end - def to_json - JSON::generate(@conf) if @conf - end - ######################################################################## ######################################################################## private