summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-07-05 12:42:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-07-05 12:42:24 -0400
commit6ae3a616a55ca4bb954c20d655667c84e1f35ee0 (patch)
treefad02c45fa1e9c541c02bca95c394a986d709742 /pkg_resources.py
parent6075f7b36b18801397490ee0c16bf1242496b083 (diff)
downloadpython-setuptools-bitbucket-6ae3a616a55ca4bb954c20d655667c84e1f35ee0.tar.gz
Remove commented code
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 470143dd..b544fed4 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -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