Browse Source

Remove inaccurate comment.

Since has_flag was never actually merged this comment is inaccurate
and should be removed.
master
James Hilliard 5 years ago committed by Wenzel Jakob
parent
commit
8f86e4ce06
  1. 1
      setup.py

1
setup.py

@ -33,7 +33,6 @@ ext_modules = [ @@ -33,7 +33,6 @@ ext_modules = [
]
# As of Python 3.6, CCompiler has a `has_flag` method.
# cf http://bugs.python.org/issue26689
def has_flag(compiler, flagname):
"""Return a boolean indicating whether a flag name is supported on

Loading…
Cancel
Save