summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Objects/stringlib/stringdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Objects/stringlib/stringdefs.h')
-rw-r--r--contrib/tools/python3/src/Objects/stringlib/stringdefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Objects/stringlib/stringdefs.h b/contrib/tools/python3/src/Objects/stringlib/stringdefs.h
index ce27f3e4081..88641b25d47 100644
--- a/contrib/tools/python3/src/Objects/stringlib/stringdefs.h
+++ b/contrib/tools/python3/src/Objects/stringlib/stringdefs.h
@@ -13,7 +13,6 @@
#define STRINGLIB_CHAR char
#define STRINGLIB_TYPE_NAME "string"
#define STRINGLIB_PARSE_CODE "S"
-#define STRINGLIB_EMPTY nullstring
#define STRINGLIB_ISSPACE Py_ISSPACE
#define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r'))
#define STRINGLIB_ISDECIMAL(x) ((x >= '0') && (x <= '9'))