Author: coke
Date: Mon Mar  5 16:11:46 2007
New Revision: 17355

Modified:
   trunk/   (props changed)
   trunk/languages/tcl/src/pmc/tclfloat.pmc
   trunk/languages/tcl/src/pmc/tclint.pmc

Log:
 [EMAIL PROTECTED]:  coke | 2007-03-05 10:41:20 -0500
 [tcl] - remove no longer used methods


Modified: trunk/languages/tcl/src/pmc/tclfloat.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclfloat.pmc    (original)
+++ trunk/languages/tcl/src/pmc/tclfloat.pmc    Mon Mar  5 16:11:46 2007
@@ -77,9 +77,6 @@
         return buff;
     }
 
-    METHOD PMC* interpret() {
-        return SELF;
-    }
 }
 
 /*

Modified: trunk/languages/tcl/src/pmc/tclint.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclint.pmc      (original)
+++ trunk/languages/tcl/src/pmc/tclint.pmc      Mon Mar  5 16:11:46 2007
@@ -53,10 +53,6 @@
       }
     }
 
-    METHOD PMC* interpret() {
-        return SELF;
-    }
-
 }
 
 /*

Reply via email to