Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r59457:14809d49f7fb
Date: 2012-12-16 03:16 -0800
http://bitbucket.org/pypy/pypy/changeset/14809d49f7fb/

Log:    Remove some dead imports.

diff --git a/pypy/translator/backendopt/graphanalyze.py 
b/pypy/translator/backendopt/graphanalyze.py
--- a/pypy/translator/backendopt/graphanalyze.py
+++ b/pypy/translator/backendopt/graphanalyze.py
@@ -1,8 +1,7 @@
 from pypy.translator.simplify import get_graph, get_funcobj
-from pypy.rpython.lltypesystem.lloperation import llop, LL_OPERATIONS
-from pypy.rpython.lltypesystem import lltype
 from pypy.tool.algo.unionfind import UnionFind
 
+
 class GraphAnalyzer(object):
     verbose = False
 
@@ -226,4 +225,3 @@
     @staticmethod
     def top_result():
         return True
-
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to