From 7f45b0b740fabae19b29a1d26c6975e25ae24845 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 14 Jan 2011 03:12:51 -0800 Subject: [PATCH] remove unneeded line --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", -- 2.26.2