X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FApplications%2FPython%2FPython-2.7.10%2FInclude%2Fast.h;fp=AppPkg%2FApplications%2FPython%2FPython-2.7.10%2FInclude%2Fast.h;h=0000000000000000000000000000000000000000;hp=77dbe5ffc6de1c2d62d3756a7e8e1e47baf1ca46;hb=964f432b9b0afe103c41c7613fade3e699118afe;hpb=e2d3a25f1a3135221a9c8061e1b8f90245d727eb diff --git a/AppPkg/Applications/Python/Python-2.7.10/Include/ast.h b/AppPkg/Applications/Python/Python-2.7.10/Include/ast.h deleted file mode 100644 index 77dbe5ffc6..0000000000 --- a/AppPkg/Applications/Python/Python-2.7.10/Include/ast.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef Py_AST_H -#define Py_AST_H -#ifdef __cplusplus -extern "C" { -#endif - -PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags, - const char *, PyArena *); - -#ifdef __cplusplus -} -#endif -#endif /* !Py_AST_H */