[pypy-commit] pypy win64-stage1: cleanup unneccessary left-over things in win64 branch

ctismer noreply at buildbot.pypy.org
Tue Mar 13 19:54:33 CET 2012


Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r53464:9dc766a13644
Date: 2012-03-13 11:53 -0700
http://bitbucket.org/pypy/pypy/changeset/9dc766a13644/

Log:	cleanup unneccessary left-over things in win64 branch

diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesystem/lltype.py
--- a/pypy/rpython/lltypesystem/lltype.py
+++ b/pypy/rpython/lltypesystem/lltype.py
@@ -1,8 +1,7 @@
 import py
 from pypy.rlib.rarithmetic import (r_int, r_uint, intmask, r_singlefloat,
                                    r_ulonglong, r_longlong, r_longfloat,
-                                   base_int, normalizedinttype, longlongmask,
-                                   r_uint32)
+                                   base_int, normalizedinttype, longlongmask)
 from pypy.rlib.objectmodel import Symbolic
 from pypy.tool.uid import Hashable
 from pypy.tool.identity_dict import identity_dict


More information about the pypy-commit mailing list