MethodSelectionBrowser.st
changeset 666 8dc197e3e07b
parent 665 be9ead6a517b
child 680 49c81e9cc6f7
--- a/MethodSelectionBrowser.st	Sun Feb 22 21:37:42 1998 +0100
+++ b/MethodSelectionBrowser.st	Mon Feb 23 14:32:05 1998 +0100
@@ -181,7 +181,6 @@
 
 selector
 
-    selector isNil ifTrue: [selector := method who methodSelector].
     ^selector
 
 !