remove unneeded line
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 14 Jan 2011 11:12:51 +0000 (03:12 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 14 Jan 2011 11:12:51 +0000 (03:12 -0800)
setup.py

index 937a4f47b9f1b12b6d6506d273c24dea7d4ac193..b62f4754c02a5fa711b7f2ceb215f35f86763e91 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -100,8 +100,7 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
                         "Cython.Compiler.Parsing",
                         "Cython.Compiler.Visitor",
                         "Cython.Compiler.Code",
-                        "Cython.Runtime.refnanny",
-                        "Cython.Debugger.do_repeat",]
+                        "Cython.Runtime.refnanny",]
     if compile_more:
         compiled_modules.extend([
             "Cython.Compiler.ParseTreeTransforms",