[pypy-svn] r49002 - pypy/dist/pypy/translator/llvm

rxe at codespeak.net rxe at codespeak.net
Fri Nov 23 19:31:26 CET 2007


Author: rxe
Date: Fri Nov 23 19:31:25 2007
New Revision: 49002

Modified:
   pypy/dist/pypy/translator/llvm/gc.py
Log:
these are transformed now

Modified: pypy/dist/pypy/translator/llvm/gc.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/gc.py	(original)
+++ pypy/dist/pypy/translator/llvm/gc.py	Fri Nov 23 19:31:25 2007
@@ -33,12 +33,6 @@
     def op_free(self, codewriter, opr):
         raise Exception, 'GcPolicy should not be used directly'
 
-    def op_fetch_exception(self, codewriter, opr):
-        raise Exception, 'GcPolicy should not be used directly'
-
-    def op_restore_exception(self, codewriter, opr):
-        raise Exception, 'GcPolicy should not be used directly'
-
     def op_collect(self, codewriter, opr):
         raise Exception, 'GcPolicy should not be used directly'
 



More information about the Pypy-commit mailing list