summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-09-05 03:59:30 (GMT)
committerGitHub <noreply@github.com>2021-09-05 03:59:30 (GMT)
commit65c5756be9202bb6804cec4d9510f42a01df611d (patch)
treefebcb44b049a15aae31d7a4534f6f8f5a0d2f31d /Modules/_sqlite
parentdd7b816ac87e468e2fa65ce83c2a03fe1da8503e (diff)
downloadcpython-65c5756be9202bb6804cec4d9510f42a01df611d.zip
cpython-65c5756be9202bb6804cec4d9510f42a01df611d.tar.gz
cpython-65c5756be9202bb6804cec4d9510f42a01df611d.tar.bz2
Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
Diffstat (limited to 'Modules/_sqlite')
-rw-r--r--Modules/_sqlite/microprotocols.h6
1 files changed, 0 insertions, 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 <Python.h>
-/** 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 */