Skip to content

Commit 600b823

Browse files
committed
Removed unused code
1 parent 0e1f86a commit 600b823

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class RequiredDependencyException(Exception):
137137

138138

139139
PLATFORM_MINGW = os.name == "nt" and "GCC" in sys.version
140-
PLATFORM_PYPY = hasattr(sys, "pypy_version_info")
141140

142141

143142
def _dbg(s, tp=None):

0 commit comments

Comments
 (0)