Skip to content

Commit ea1f0e9

Browse files
committed
remove unused export
1 parent 3162b3e commit ea1f0e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Modules/_testinternalcapi.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
3535
#include "pycore_pylifecycle.h" // _PyInterpreterConfig_InitFromDict()
3636
#include "pycore_pystate.h" // _PyThreadState_GET()
37-
#include "pycore_runtime_structs.h" // _PY_NSMALLPOSINTS, _PY_NSMALLNEGINTS
37+
#include "pycore_runtime_structs.h" // _PY_NSMALLPOSINTS
3838
#include "pycore_unicodeobject.h" // _PyUnicode_TransformDecimalAndSpaceToASCII()
3939

4040
#include "clinic/_testinternalcapi.c.h"
@@ -2581,10 +2581,6 @@ module_exec(PyObject *module)
25812581
return 1;
25822582
}
25832583

2584-
if (PyModule_AddIntMacro(module, _PY_NSMALLNEGINTS) < 0) {
2585-
return 1;
2586-
}
2587-
25882584
return 0;
25892585
}
25902586

0 commit comments

Comments
 (0)