commit 95ae82c4c155bfbbfe45b765edd672452e1ffaab
parent ced5d642ad658291d1ce0a7b31ba4f4470a1024d
Author: Florian Dold <florian@dold.me>
Date: Tue, 22 Aug 2023 10:50:15 +0200
remove unused local variable
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/tart_module.c b/tart_module.c
@@ -1694,7 +1694,6 @@ static JSValue js_sqlite3_exec(JSContext *ctx, JSValue this_val,
int argc, JSValueConst *argv)
{
sqlite3 *sqlite3_db;
- sqlite3_stmt *stmt;
JSValue db_handle = argv[0];
JSValue stmt_str = argv[1];
const char *stmt_cstr;