summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Objects/stringlib/unicodedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Objects/stringlib/unicodedefs.h')
-rw-r--r--contrib/tools/python3/src/Objects/stringlib/unicodedefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Objects/stringlib/unicodedefs.h b/contrib/tools/python3/src/Objects/stringlib/unicodedefs.h
index 3db5629e11f..5ea79cd4f50 100644
--- a/contrib/tools/python3/src/Objects/stringlib/unicodedefs.h
+++ b/contrib/tools/python3/src/Objects/stringlib/unicodedefs.h
@@ -13,7 +13,6 @@
#define STRINGLIB_CHAR Py_UNICODE
#define STRINGLIB_TYPE_NAME "unicode"
#define STRINGLIB_PARSE_CODE "U"
-#define STRINGLIB_EMPTY unicode_empty
#define STRINGLIB_ISSPACE Py_UNICODE_ISSPACE
#define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
#define STRINGLIB_ISDECIMAL Py_UNICODE_ISDECIMAL