1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-11 04:58:16 +03:00

Remove chmod duplicated method

This commit is contained in:
Daniel Molina 2014-05-20 15:28:50 +02:00
parent becaa2e57e
commit 47eceaa858
2 changed files with 0 additions and 8 deletions

View File

@ -79,10 +79,6 @@ module OpenNebulaJSON
super(params['owner_id'].to_i,params['group_id'].to_i)
end
def chmod_octet(params=Hash.new)
super(params['octet'])
end
def chmod(params=Hash.new)
if params['octet']
super.chmod_octet(params['octet'])

View File

@ -72,10 +72,6 @@ module OpenNebulaJSON
super(params['owner_id'].to_i,params['group_id'].to_i)
end
def chmod(params=Hash.new)
super(params['octet'])
end
def chmod(params=Hash.new)
if params['octet']
super.chmod_octet(params['octet'])