diff options
Diffstat (limited to 'Modules/_sqlite/microprotocols.h')
| -rw-r--r-- | Modules/_sqlite/microprotocols.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/_sqlite/microprotocols.h b/Modules/_sqlite/microprotocols.h index e4d9038e89..d12bc44859 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 */ |
