Skip to content

Commit

Permalink
Remove compatibility method obj_update_to_hash
Browse files Browse the repository at this point in the history
After ManageIQ/manageiq#14247 was merged there
are no more callers of obj_update_to_hash so it can be removed
  • Loading branch information
agrare committed Jun 19, 2017
1 parent ea65d0a commit aae986d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ def self.event_to_hash(event, ems_id = nil)
result
end

def self.obj_update_to_hash(event)
hash, = parse_new_target(event)
hash
end

def self.parse_new_target(event)
obj_type = event[:objType]

Expand Down

0 comments on commit aae986d

Please sign in to comment.