gh-92206: Improve scoping of sqlite3 statement helper (#92260)

This commit is contained in:
Erlend Egeberg Aasland 2022-05-03 16:07:11 -06:00 committed by GitHub
parent 27e3665715
commit 6b7dcc5607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 9 deletions

View file

@ -39,8 +39,6 @@ typedef struct
pysqlite_Statement *pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql);
void pysqlite_statement_mark_dirty(pysqlite_Statement* self);
int pysqlite_statement_setup_types(PyObject *module);
#endif