diff options
Diffstat (limited to 'Include/internal/pycore_structseq.h')
-rw-r--r-- | Include/internal/pycore_structseq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/internal/pycore_structseq.h b/Include/internal/pycore_structseq.h index c0323bbea89..0199c790e24 100644 --- a/Include/internal/pycore_structseq.h +++ b/Include/internal/pycore_structseq.h @@ -9,11 +9,6 @@ extern "C" { #endif -/* runtime lifecycle */ - -extern PyStatus _PyStructSequence_InitState(PyInterpreterState *); - - /* other API */ PyAPI_FUNC(PyTypeObject *) _PyStructSequence_NewType( |