lib/atome/kernel/universe.rb in atome-0.5.1.9 vs lib/atome/kernel/universe.rb in atome-0.5.2.5

- old
+ new

@@ -56,13 +56,9 @@ # the identity is define as follow : parentsCreatorID_softwareInstanceID_objetID # in this case parents is eve so 0, Software instance number is main eVe server which is also 0, # and finally the object is 3 as this the third object created by the main server end - # def change_atome_id(prev_id, new_id) - # @atomes[new_id] = @atomes.delete(prev_id) - # end - def delete(id) @atomes.delete(id) end def current_machine_decision(platform, output)