From 65c5756be9202bb6804cec4d9510f42a01df611d Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Sun, 5 Sep 2021 05:59:30 +0200 Subject: Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171) --- Modules/_sqlite/microprotocols.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Modules/_sqlite/microprotocols.h b/Modules/_sqlite/microprotocols.h index e4d9038..d12bc44 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 */ -- cgit v0.12