From d56ecd0b47df80b892b47319271ba02c180dd5dc Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 15 Nov 2004 13:30:38 +0000 Subject: [PATCH] cleanup unused macros var git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1984 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a917d67b..5e7763c7 100755 --- a/setup.py +++ b/setup.py @@ -214,7 +214,6 @@ if os.name == 'nt': # windows does not have unistd.h define_macros.append(('YY_NO_UNISTD_H', None)) else: - macros = [] # for gcc 3.x we could add -std=gnu99 to get rid of warnings, but # that breaks other compilers extra_compile_args.append("-pedantic")