From: Erlend Egeberg Aasland Date: Sun, 5 Sep 2021 03:59:30 +0000 (+0200) Subject: Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171) X-Git-Tag: v3.11.0a1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65c5756be9202bb6804cec4d9510f42a01df611d;p=thirdparty%2FPython%2Fcpython.git Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171) --- diff --git a/Modules/_sqlite/microprotocols.h b/Modules/_sqlite/microprotocols.h index e4d9038e89d5..d12bc448596c 100644 --- a/Modules/_sqlite/microprotocols.h +++ b/Modules/_sqlite/microprotocols.h @@ -29,12 +29,6 @@ #define PY_SSIZE_T_CLEAN #include -/** the names of the three mandatory methods **/ - -#define MICROPROTOCOLS_GETQUOTED_NAME "getquoted" -#define MICROPROTOCOLS_GETSTRING_NAME "getstring" -#define MICROPROTOCOLS_GETBINARY_NAME "getbinary" - /** exported functions **/ /* used by module.c to init the microprotocols system */