summaryrefslogtreecommitdiffstats
path: root/Lib/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-xLib/platform.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/platform.py b/Lib/platform.py
index 79695ba..6676436 100755
--- a/Lib/platform.py
+++ b/Lib/platform.py
@@ -1171,10 +1171,6 @@ def uname():
if not version:
version = vendor
- elif os.name == 'mac':
- release,(version,stage,nonrel),machine = mac_ver()
- system = 'MacOS'
-
# System specific extensions
if system == 'OpenVMS':
# OpenVMS seems to have release and version mixed up