[pypy-svn] r73635 - pypy/trunk/pypy/rpython/lltypesystem

benjamin at codespeak.net benjamin at codespeak.net
Sun Apr 11 03:33:08 CEST 2010


Author: benjamin
Date: Sun Apr 11 03:33:06 2010
New Revision: 73635

Modified:
   pypy/trunk/pypy/rpython/lltypesystem/rffi.py
Log:
rip out unused exception

Modified: pypy/trunk/pypy/rpython/lltypesystem/rffi.py
==============================================================================
--- pypy/trunk/pypy/rpython/lltypesystem/rffi.py	(original)
+++ pypy/trunk/pypy/rpython/lltypesystem/rffi.py	Sun Apr 11 03:33:06 2010
@@ -19,9 +19,6 @@
 from pypy.rpython.lltypesystem import llmemory
 import os, sys
 
-class UnhandledRPythonException(Exception):
-    pass
-
 class CConstant(Symbolic):
     """ A C-level constant, maybe #define, rendered directly.
     """



More information about the Pypy-commit mailing list