Skip to content

Commit 6dd1cdb

Browse files
author
Erlend Egeberg Aasland
authored
Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
1 parent c5c3fbe commit 6dd1cdb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Modules/_sqlite/cursor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ typedef struct
5454

5555
int pysqlite_cursor_setup_types(PyObject *module);
5656

57-
#define UNKNOWN (-1)
5857
#endif

Modules/_sqlite/prepare_protocol.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ typedef struct
3232

3333
int pysqlite_prepare_protocol_setup_types(PyObject *module);
3434

35-
#define UNKNOWN (-1)
3635
#endif

0 commit comments

Comments
 (0)