diff options
Diffstat (limited to 'Include/stringobject.h')
| -rw-r--r-- | Include/stringobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/stringobject.h b/Include/stringobject.h index c6ae1a81e0..103a9bee09 100644 --- a/Include/stringobject.h +++ b/Include/stringobject.h @@ -48,7 +48,6 @@ typedef struct { */ } PyStringObject; -PyAPI_DATA(PyTypeObject) PyBaseString_Type; PyAPI_DATA(PyTypeObject) PyString_Type; #define PyString_Check(op) \ |
