summaryrefslogtreecommitdiffstats
path: root/Include/stringobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/stringobject.h')
-rw-r--r--Include/stringobject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/stringobject.h b/Include/stringobject.h
index 8156193..2b8cc2f 100644
--- a/Include/stringobject.h
+++ b/Include/stringobject.h
@@ -48,10 +48,6 @@ typedef struct {
*/
} PyStringObject;
-#define SSTATE_NOT_INTERNED 0
-#define SSTATE_INTERNED_MORTAL 1
-#define SSTATE_INTERNED_IMMORTAL 2
-
PyAPI_DATA(PyTypeObject) PyBaseString_Type;
PyAPI_DATA(PyTypeObject) PyString_Type;