summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Modules/_sqlite/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Modules/_sqlite/statement.h')
-rw-r--r--contrib/tools/python3/src/Modules/_sqlite/statement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Modules/_sqlite/statement.h b/contrib/tools/python3/src/Modules/_sqlite/statement.h
index 5e61227424b..11a6464b1a1 100644
--- a/contrib/tools/python3/src/Modules/_sqlite/statement.h
+++ b/contrib/tools/python3/src/Modules/_sqlite/statement.h
@@ -33,7 +33,6 @@ typedef struct
{
PyObject_HEAD
sqlite3_stmt* st;
- int in_use;
int is_dml;
} pysqlite_Statement;