aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/stringlib/stringdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/stringlib/stringdefs.h')
-rw-r--r--Objects/stringlib/stringdefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/stringlib/stringdefs.h b/Objects/stringlib/stringdefs.h
index c12ecc59e5c..88641b25d47 100644
--- a/Objects/stringlib/stringdefs.h
+++ b/Objects/stringlib/stringdefs.h
@@ -1,10 +1,6 @@
#ifndef STRINGLIB_STRINGDEFS_H
#define STRINGLIB_STRINGDEFS_H
-#ifndef STRINGLIB_GET_EMPTY
-# error "STRINGLIB_GET_EMPTY macro must be defined"
-#endif
-
/* this is sort of a hack. there's at least one place (formatting
floats) where some stringlib code takes a different path if it's
compiled as unicode. */