Skip to content

Commit

Permalink
Remove inaccurate comment.
Browse files Browse the repository at this point in the history
Since has_flag was never actually merged this comment is inaccurate
and should be removed.
  • Loading branch information
jameshilliard authored and wjakob committed Apr 26, 2020
1 parent 1f264dc commit 8f86e4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def __str__(self):
]


# 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
Expand Down

0 comments on commit 8f86e4c

Please sign in to comment.