summaryrefslogtreecommitdiff
path: root/Modules/_sqlite/microprotocols.h
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-09-05 05:59:30 +0200
committerGitHub <noreply@github.com>2021-09-05 12:59:30 +0900
commit65c5756be9202bb6804cec4d9510f42a01df611d (patch)
treefebcb44b049a15aae31d7a4534f6f8f5a0d2f31d /Modules/_sqlite/microprotocols.h
parentdd7b816ac87e468e2fa65ce83c2a03fe1da8503e (diff)
downloadcpython-git-65c5756be9202bb6804cec4d9510f42a01df611d.tar.gz
Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
Diffstat (limited to 'Modules/_sqlite/microprotocols.h')
-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 e4d9038e89..d12bc44859 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 */