From 320db3270bb1b87f816047ec9cf7573aa370207c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 8 May 2020 15:29:24 -0700 Subject: [PATCH] Remove duplicate decl. --- bindings/python/sqlite3test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/python/sqlite3test.c b/bindings/python/sqlite3test.c index 29bce37e10..a1e626952b 100644 --- a/bindings/python/sqlite3test.c +++ b/bindings/python/sqlite3test.c @@ -26,10 +26,9 @@ int main() const char* testurl = "sqlite3://" TESTFILE; char * no_args[1] = { NULL }; QofSession* s = NULL; - + qof_log_init(); qof_init(); - char * no_args[1] = { NULL }; gnc_engine_init(0, no_args); s = qof_session_new(NULL);