]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Python/getversion.c
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Python / getversion.c
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Python/getversion.c b/AppPkg/Applications/Python/Python-2.7.10/Python/getversion.c
deleted file mode 100644 (file)
index 7c75348..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-\r
-/* Return the full version string. */\r
-\r
-#include "Python.h"\r
-\r
-#include "patchlevel.h"\r
-\r
-const char *\r
-Py_GetVersion(void)\r
-{\r
-       static char version[250];\r
-       PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",\r
-                     PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());\r
-       return version;\r
-}\r