JavaContext.st
branchdevelopment
changeset 2726 6971720de5a4
parent 2650 5f8857840a1e
child 2729 ac412f6ea6d4
--- a/JavaContext.st	Wed Sep 11 03:01:48 2013 +0100
+++ b/JavaContext.st	Wed Sep 11 11:35:14 2013 +0100
@@ -259,14 +259,6 @@
     "Modified: / 10.11.1998 / 13:20:12 / cg"
 !
 
-quickLineNumber
-    "the lineNumber - without decompiling"
-
-    ^ self method quickLineNumberForPC:self pc
-
-    "Created: / 10.11.1998 / 14:20:30 / cg"
-!
-
 selector
     "the selector can be extracted from the method.
      the method may be found in the interpreter temps ..."