Commit 3c936c87 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove commented code

--HG--
extra : histedit_source : 7600ecd3914abc4767d4296f62b038a6397df673
parent 243d5427
......@@ -311,11 +311,6 @@ def compatible_platforms(provided, required):
macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
if dversion == 7 and macosversion >= "10.3" or \
dversion == 8 and macosversion >= "10.4":
#import warnings
#warnings.warn("Mac eggs should be rebuilt to "
# "use the macosx designation instead of darwin.",
# category=DeprecationWarning)
return True
return False # egg isn't macosx or legacy darwin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment