]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sun, 22 Aug 2021 13:23:45 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Aug 2021 13:23:45 +0000 (22:23 +0900)
Modules/_sqlite/cursor.h
Modules/_sqlite/prepare_protocol.h

index 9a5e9eede23025d3cad950c732635c6954033127..29f52b92189be0b913c6735b52f6166cef703292 100644 (file)
@@ -54,5 +54,4 @@ typedef struct
 
 int pysqlite_cursor_setup_types(PyObject *module);
 
-#define UNKNOWN (-1)
 #endif
index f24cef5497139f19e4be9c6c21045900532bbe76..afc55a8c1c4eb1c75e08ac29bb669b5eded27e14 100644 (file)
@@ -32,5 +32,4 @@ typedef struct
 
 int pysqlite_prepare_protocol_setup_types(PyObject *module);
 
-#define UNKNOWN (-1)
 #endif