Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
This commit is contained in:
parent
dd7b816ac8
commit
65c5756be9
@ -29,12 +29,6 @@
|
|||||||
#define PY_SSIZE_T_CLEAN
|
#define PY_SSIZE_T_CLEAN
|
||||||
#include <Python.h>
|
#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 **/
|
/** exported functions **/
|
||||||
|
|
||||||
/* used by module.c to init the microprotocols system */
|
/* used by module.c to init the microprotocols system */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user