[Python-checkins] Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)

corona10 webhook-mailer at python.org
Sat Sep 4 23:59:37 EDT 2021


https://github.com/python/cpython/commit/65c5756be9202bb6804cec4d9510f42a01df611d
commit: 65c5756be9202bb6804cec4d9510f42a01df611d
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: corona10 <donghee.na92 at gmail.com>
date: 2021-09-05T12:59:30+09:00
summary:

Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)

files:
M Modules/_sqlite/microprotocols.h

diff --git a/Modules/_sqlite/microprotocols.h b/Modules/_sqlite/microprotocols.h
index e4d9038e89d5af..d12bc448596c4b 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 */



More information about the Python-checkins mailing list