summaryrefslogtreecommitdiffstats
path: root/Modules/_struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_struct.c')
-rw-r--r--Modules/_struct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_struct.c b/Modules/_struct.c
index 3cc9fa0..066759a 100644
--- a/Modules/_struct.c
+++ b/Modules/_struct.c
@@ -2028,7 +2028,6 @@ PyInit__struct(void)
PyModule_AddObject(m, "__version__", ver);
- PyModule_AddIntConstant(m, "_PY_STRUCT_RANGE_CHECKING", 1);
#ifdef PY_STRUCT_FLOAT_COERCE
PyModule_AddIntConstant(m, "_PY_STRUCT_FLOAT_COERCE", 1);
#endif