mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
This commit is contained in:
parent
c5c3fbe2a1
commit
6dd1cdb0cf
2 changed files with 0 additions and 2 deletions
|
@ -54,5 +54,4 @@ typedef struct
|
|||
|
||||
int pysqlite_cursor_setup_types(PyObject *module);
|
||||
|
||||
#define UNKNOWN (-1)
|
||||
#endif
|
||||
|
|
|
@ -32,5 +32,4 @@ typedef struct
|
|||
|
||||
int pysqlite_prepare_protocol_setup_types(PyObject *module);
|
||||
|
||||
#define UNKNOWN (-1)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue