mirror of https://github.com/python/cpython
Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
This commit is contained in:
parent
c5c3fbe2a1
commit
6dd1cdb0cf
|
@ -54,5 +54,4 @@ typedef struct
|
||||||
|
|
||||||
int pysqlite_cursor_setup_types(PyObject *module);
|
int pysqlite_cursor_setup_types(PyObject *module);
|
||||||
|
|
||||||
#define UNKNOWN (-1)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -32,5 +32,4 @@ typedef struct
|
||||||
|
|
||||||
int pysqlite_prepare_protocol_setup_types(PyObject *module);
|
int pysqlite_prepare_protocol_setup_types(PyObject *module);
|
||||||
|
|
||||||
#define UNKNOWN (-1)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue