class: SystemBrowser
authorStefan Vogel <sv@exept.de>
Tue, 11 Feb 2014 20:55:31 +0100
changeset 13921 5802f4f5b84f
parent 13920 1929484021d8
child 13922 7af555a09d28
class: SystemBrowser fix name redefinition to work around stc problem
SystemBrowser.st
--- a/SystemBrowser.st	Tue Feb 11 18:27:25 2014 +0100
+++ b/SystemBrowser.st	Tue Feb 11 20:55:31 2014 +0100
@@ -3649,8 +3649,6 @@
 
             superSet := dict at:aSuperclass ifAbsent:[].
             superSet notNil ifTrue:[
-                |removeSet|
-
                 superSet := dict at:aSuperclass.
                 removeSet := Set new.
                 set do:[:offset |
@@ -6515,15 +6513,15 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.337 2014-02-05 18:57:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.338 2014-02-11 19:55:31 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.337 2014-02-05 18:57:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.338 2014-02-11 19:55:31 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: SystemBrowser.st,v 1.337 2014-02-05 18:57:24 cg Exp $'
+    ^ '$Id: SystemBrowser.st,v 1.338 2014-02-11 19:55:31 stefan Exp $'
 ! !