diff options
Diffstat (limited to 'Include/cpython/pythonrun.h')
-rw-r--r-- | Include/cpython/pythonrun.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Include/cpython/pythonrun.h b/Include/cpython/pythonrun.h index e396a67..ffca0e45 100644 --- a/Include/cpython/pythonrun.h +++ b/Include/cpython/pythonrun.h @@ -77,17 +77,6 @@ PyAPI_FUNC(const char *) _Py_SourceAsString( PyCompilerFlags *cf, PyObject **cmd_copy); -PyAPI_FUNC(struct symtable *) Py_SymtableStringObject( - const char *str, - PyObject *filename, - int start); - -PyAPI_FUNC(struct symtable *) _Py_SymtableStringObjectFlags( - const char *str, - PyObject *filename, - int start, - PyCompilerFlags *flags); - /* A function flavor is also exported by libpython. It is required when libpython is accessed directly rather than using header files which defines |