Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)

This commit is contained in:
Erlend Egeberg Aasland 2021-08-22 15:23:45 +02:00 committed by GitHub
parent c5c3fbe2a1
commit 6dd1cdb0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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