diff options
Diffstat (limited to 'Include/cpython/modsupport.h')
-rw-r--r-- | Include/cpython/modsupport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/cpython/modsupport.h b/Include/cpython/modsupport.h index d845892..88f34fe 100644 --- a/Include/cpython/modsupport.h +++ b/Include/cpython/modsupport.h @@ -106,5 +106,3 @@ PyAPI_FUNC(PyObject * const *) _PyArg_UnpackKeywordsWithVararg( (minpos), (maxpos), (minkw), (buf))) PyAPI_FUNC(PyObject *) _PyModule_CreateInitialized(PyModuleDef*, int apiver); - -PyAPI_DATA(const char *) _Py_PackageContext; |