Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68884:bb9cbf3752cc Date: 2014-01-23 22:08 +0100 http://bitbucket.org/pypy/pypy/changeset/bb9cbf3752cc/
Log: Kill dead import. diff --git a/rpython/translator/llvm/test/test_genllvm.py b/rpython/translator/llvm/test/test_genllvm.py --- a/rpython/translator/llvm/test/test_genllvm.py +++ b/rpython/translator/llvm/test/test_genllvm.py @@ -7,7 +7,7 @@ from rpython.rlib.rarithmetic import (LONG_BIT, r_uint, r_singlefloat, r_longfloat) from rpython.rlib.test.test_longlong2float import enum_floats, fn, fnsingle -from rpython.rtyper.lltypesystem import lltype, rffi, llmemory, llgroup +from rpython.rtyper.lltypesystem import lltype, rffi, llmemory from rpython.rtyper.lltypesystem.ll2ctypes import (force_cast, get_ctypes_type, lltype2ctypes, ctypes2lltype) from rpython.rtyper.rtuple import TupleRepr _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit