Removed unused code

(cherry picked from commit 600b823de6)
This commit is contained in:
Andrew Murray 2023-06-24 13:50:27 +10:00 committed by nulano
parent 14ae3e446c
commit 25c24a8a91
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

@ -137,7 +137,6 @@ class RequiredDependencyException(Exception):
PLATFORM_MINGW = os.name == "nt" and "GCC" in sys.version PLATFORM_MINGW = os.name == "nt" and "GCC" in sys.version
PLATFORM_PYPY = hasattr(sys, "pypy_version_info")
def _dbg(s, tp=None): def _dbg(s, tp=None):