From: Erlend Egeberg Aasland Date: Sun, 22 Aug 2021 13:23:45 +0000 (+0200) Subject: Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885) X-Git-Tag: v3.11.0a1~369 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dd1cdb0cfd6427925863e0ff7ad3fde0d824a8b;p=thirdparty%2FPython%2Fcpython.git Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885) --- diff --git a/Modules/_sqlite/cursor.h b/Modules/_sqlite/cursor.h index 9a5e9eede230..29f52b92189b 100644 --- a/Modules/_sqlite/cursor.h +++ b/Modules/_sqlite/cursor.h @@ -54,5 +54,4 @@ typedef struct int pysqlite_cursor_setup_types(PyObject *module); -#define UNKNOWN (-1) #endif diff --git a/Modules/_sqlite/prepare_protocol.h b/Modules/_sqlite/prepare_protocol.h index f24cef549713..afc55a8c1c4e 100644 --- a/Modules/_sqlite/prepare_protocol.h +++ b/Modules/_sqlite/prepare_protocol.h @@ -32,5 +32,4 @@ typedef struct int pysqlite_prepare_protocol_setup_types(PyObject *module); -#define UNKNOWN (-1) #endif