summaryrefslogtreecommitdiffstats
path: root/Modules/regexpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/regexpr.c')
-rw-r--r--Modules/regexpr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/regexpr.c b/Modules/regexpr.c
index 8694c74..8fe1321 100644
--- a/Modules/regexpr.c
+++ b/Modules/regexpr.c
@@ -30,7 +30,6 @@
#include "Python.h"
#include "regexpr.h"
-#include <assert.h>
/* The original code blithely assumed that sizeof(short) == 2. Not
* always true. Original instances of "(short)x" were replaced by