Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65c5756

Browse files
author
Erlend Egeberg Aasland
authored
Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
1 parent dd7b816 commit 65c5756

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Modules/_sqlite/microprotocols.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
#define PY_SSIZE_T_CLEAN
3030
#include <Python.h>
3131

32-
/** the names of the three mandatory methods **/
33-
34-
#define MICROPROTOCOLS_GETQUOTED_NAME "getquoted"
35-
#define MICROPROTOCOLS_GETSTRING_NAME "getstring"
36-
#define MICROPROTOCOLS_GETBINARY_NAME "getbinary"
37-
3832
/** exported functions **/
3933

4034
/* used by module.c to init the microprotocols system */

0 commit comments

Comments
 (0)