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

This commit is contained in:
Erlend Egeberg Aasland 2021-09-05 05:59:30 +02:00 committed by GitHub
parent dd7b816ac8
commit 65c5756be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */