[pypy-commit] pypy default: Remove dead import.

Manuel Jacob noreply at buildbot.pypy.org
Sat Jan 25 20:03:56 CET 2014


Author: Manuel Jacob
Branch: 
Changeset: r68942:ab4fc35adb9e
Date: 2014-01-25 19:55 +0100
http://bitbucket.org/pypy/pypy/changeset/ab4fc35adb9e/

Log:	Remove dead import.

diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltypesystem/llarena.py
--- a/rpython/rtyper/lltypesystem/llarena.py
+++ b/rpython/rtyper/lltypesystem/llarena.py
@@ -406,7 +406,6 @@
 from rpython.rtyper.lltypesystem import rffi, lltype
 from rpython.rtyper.extfunc import register_external
 from rpython.rtyper.tool.rffi_platform import memory_alignment
-from rpython.rlib.objectmodel import CDefinedIntSymbolic
 
 MEMORY_ALIGNMENT = memory_alignment()
 


More information about the pypy-commit mailing list