ExecutableFunction.st
changeset 829 fc386319f41c
parent 623 6795a71e39d1
child 1133 961f2b095c22
--- a/ExecutableFunction.st	Thu Jan 04 00:39:17 1996 +0100
+++ b/ExecutableFunction.st	Thu Jan 04 02:24:09 1996 +0100
@@ -59,7 +59,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.18 1995-11-23 11:17:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.19 1996-01-04 01:22:56 cg Exp $'
 ! !
 
 !ExecutableFunction class methodsFor:'initialization'!
@@ -99,7 +99,6 @@
      Therefore an integer representing the code-address is returned"
 
 %{  /* NOCONTEXT */
-    extern OBJ __MKUINT();
     unsigned addr;
 
     if (_INST(code_) != nil) {