8000 Remove graalpy change in _osx_support · oracle/graalpython@ddb7b5a · GitHub
[go: up one dir, main page]

Skip to content

Commit ddb7b5a

Browse files
committed
Remove graalpy change in _osx_support
1 parent 6059ea6 commit ddb7b5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/lib-python/3/_osx_support.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def _get_system_version():
9595

9696
if _SYSTEM_VERSION is None:
9797
_SYSTEM_VERSION = ''
98-
return _SYSTEM_VERSION # TODO: Truffle remove-me
9998
try:
10099
f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101100
except OSError:

0 commit comments

Comments
 (0)
0