]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Include/pygetopt.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / pygetopt.h
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Include/pygetopt.h b/AppPkg/Applications/Python/Python-2.7.2/Include/pygetopt.h
deleted file mode 100644 (file)
index 8031346..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\r
-#ifndef Py_PYGETOPT_H\r
-#define Py_PYGETOPT_H\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-PyAPI_DATA(int) _PyOS_opterr;\r
-PyAPI_DATA(int) _PyOS_optind;\r
-PyAPI_DATA(char *) _PyOS_optarg;\r
-\r
-PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif /* !Py_PYGETOPT_H */\r