From: Robert Bradshaw Date: Fri, 14 Jan 2011 11:12:51 +0000 (-0800) Subject: remove unneeded line X-Git-Tag: 0.14.1rc0~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f45b0b740fabae19b29a1d26c6975e25ae24845;p=cython.git remove unneeded line --- diff --git a/setup.py b/setup.py index 937a4f47..b62f4754 100644 --- 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",