diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-09-05 03:59:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 03:59:30 (GMT) |
commit | 65c5756be9202bb6804cec4d9510f42a01df611d (patch) | |
tree | febcb44b049a15aae31d7a4534f6f8f5a0d2f31d /Modules/_sqlite | |
parent | dd7b816ac87e468e2fa65ce83c2a03fe1da8503e (diff) | |
download | cpython-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.h | 6 |
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 */ |