Skip to content

Commit 16279fd

Browse files
committed
rm errant _WINDOWS and _DARWIN
1 parent ee04af2 commit 16279fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/private/get_local_runtime_info.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
import sys
1717
import sysconfig
1818

19-
_IS_WINDOWS = sys.platform == "win32"
20-
_IS_DARWIN = sys.platform == "darwin"
21-
22-
2319
def _get_base_executable():
2420
"""Returns the base executable path."""
2521
try:

0 commit comments

Comments
 (0)