cleanup unused macros var

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1984 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-11-15 13:30:38 +00:00
parent ea226170d3
commit d56ecd0b47

View file

@ -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")