]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Python/getplatform.c
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Python / getplatform.c
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Python/getplatform.c b/AppPkg/Applications/Python/Python-2.7.2/Python/getplatform.c
deleted file mode 100644 (file)
index ce79ffe..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\r
-#include "Python.h"\r
-\r
-#ifndef PLATFORM\r
-#define PLATFORM "unknown"\r
-#endif\r
-\r
-const char *\r
-Py_GetPlatform(void)\r
-{\r
-       return PLATFORM;\r
-}\r