]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sun, 5 Sep 2021 03:59:30 +0000 (05:59 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 03:59:30 +0000 (12:59 +0900)
Modules/_sqlite/microprotocols.h

index e4d9038e89d5afc55cac5e08b3f13151d52ce159..d12bc448596c4b61e19e97307b4aa7b622bb73c4 100644 (file)
 #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 */