]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Include/eval.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Include / eval.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Include/eval.h b/AppPkg/Applications/Python/Python-2.7.10/Include/eval.h
deleted file mode 100644 (file)
index fe1d47a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-\r
-/* Interface to execute compiled code */\r
-\r
-#ifndef Py_EVAL_H\r
-#define Py_EVAL_H\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-PyAPI_FUNC(PyObject *) PyEval_EvalCode(PyCodeObject *, PyObject *, PyObject *);\r
-\r
-PyAPI_FUNC(PyObject *) PyEval_EvalCodeEx(PyCodeObject *co,\r
-                                       PyObject *globals,\r
-                                       PyObject *locals,\r
-                                       PyObject **args, int argc,\r
-                                       PyObject **kwds, int kwdc,\r
-                                       PyObject **defs, int defc,\r
-                                       PyObject *closure);\r
-\r
-PyAPI_FUNC(PyObject *) _PyEval_CallTracing(PyObject *func, PyObject *args);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif /* !Py_EVAL_H */\r