Browse Source

Fixed code after merging problem...

Yentl Van Tendeloo 8 years ago
parent
commit
773009ba8b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      models/SCCD_execute.alc

+ 0 - 6
models/SCCD_execute.alc

@@ -759,12 +759,6 @@ Boolean function main(model : Element):
 	list_append(lst, identifier)
 	set_add_node(data["current_class_handle"]["new_events"], create_tuple("instance_created", lst))
 
-	// Notify this class itself of its ID
-	Element lst
-	lst = list_create()
-	list_append(lst, identifier)
-	set_add_node(data["current_class_handle"]["new_events"], create_tuple("instance_created", lst))
-
 	Float timeout
 	Element interrupt
 	timeout = 0.0