summaryrefslogtreecommitdiff
path: root/sys/src/cmd/python/Python/getplatform.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/python/Python/getplatform.c')
-rw-r--r--sys/src/cmd/python/Python/getplatform.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/src/cmd/python/Python/getplatform.c b/sys/src/cmd/python/Python/getplatform.c
deleted file mode 100644
index 7a3c8b534..000000000
--- a/sys/src/cmd/python/Python/getplatform.c
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include "Python.h"
-
-#ifndef PLATFORM
-#define PLATFORM "plan9"
-#endif
-
-const char *
-Py_GetPlatform(void)
-{
- return PLATFORM;
-}