diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-08 09:12:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-08 09:12:03 -0500 |
| commit | 6dd1517317b3457df2370ac8bd9e0d070251e2bf (patch) | |
| tree | a753ad63b9a8683c7a2b2fc0503aae1ef442b3b0 /pkg_resources.py | |
| parent | ac8e93fa52d31e906391b937d9cfe98b3b98874d (diff) | |
| download | python-setuptools-git-6dd1517317b3457df2370ac8bd9e0d070251e2bf.tar.gz | |
Remove commented code
Diffstat (limited to 'pkg_resources.py')
| -rw-r--r-- | pkg_resources.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index 4a69564a..cf81e752 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -1231,7 +1231,6 @@ def evaluate_marker(text, extra=None, _ops={}): while len(nodelist)==2: nodelist = nodelist[1] kind = nodelist[0] name = nodelist[1] - #while len(name)==2: name = name[1] if kind==NAME: try: op = _marker_values[name] |
