[pypy-svn] rev 905 - pypy/trunk/src/pypy/objspace/ann

gvanrossum at codespeak.net gvanrossum at codespeak.net
Sun Jun 22 11:50:44 CEST 2003


Author: gvanrossum
Date: Sun Jun 22 11:50:44 2003
New Revision: 905

Modified:
   pypy/trunk/src/pypy/objspace/ann/cloningcontext.py
Log:
delete some unused code,

Modified: pypy/trunk/src/pypy/objspace/ann/cloningcontext.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/ann/cloningcontext.py	(original)
+++ pypy/trunk/src/pypy/objspace/ann/cloningcontext.py	Sun Jun 22 11:50:44 2003
@@ -18,10 +18,6 @@
 
 class CloningExecutionContext(ExecutionContext):
 
-    lastframe = None
-
-    def bytecode_trace(self, frame):
-        self.lastframe = frame
 
     def eval_frame(self, frame):
         from pypy.objspace.ann.objspace import W_Anything


More information about the Pypy-commit mailing list