]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Python/dynload_stub.c
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Python / dynload_stub.c
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_stub.c b/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_stub.c
deleted file mode 100644 (file)
index 80f4abf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-\r
-/* This module provides the necessary stubs for when dynamic loading is\r
-   not present. */\r
-\r
-#include "Python.h"\r
-#include "importdl.h"\r
-\r
-\r
-const struct filedescr _PyImport_DynLoadFiletab[] = {\r
-       {0, 0}\r
-};\r