Skip to content

Commit 0a6ca75

Browse files
author
Erlend E. Aasland
committed
Remove now unused constants
1 parent 1b0f583 commit 0a6ca75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/_sqlite/statement.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
#include "connection.h"
3030
#include "sqlite3.h"
3131

32-
#define PYSQLITE_TOO_MUCH_SQL (-100)
33-
#define PYSQLITE_SQL_WRONG_TYPE (-101)
34-
3532
typedef struct
3633
{
3734
PyObject_HEAD

0 commit comments

Comments
 (0)