Tools_MethodList.st
changeset 12048 6231a270f50f
parent 12047 1e30b680fe27
child 12052 58463261ce7f
--- a/Tools_MethodList.st	Wed Nov 07 17:27:02 2012 +0100
+++ b/Tools_MethodList.st	Wed Nov 07 17:32:30 2012 +0100
@@ -841,7 +841,6 @@
 
         mustFlushInheritanceInfo ifTrue:[
             "/ as the organisation changes, flush my remembered redefinition-cache-info
-self halt.
             classAndSelectorsRedefinedBySubclassesOfClass := nil.
         ].
 
@@ -1790,9 +1789,9 @@
 !MethodList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.72 2012-11-07 16:27:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.73 2012-11-07 16:32:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.72 2012-11-07 16:27:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.73 2012-11-07 16:32:30 cg Exp $'
 ! !