aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_commit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-28 15:31:52 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-28 15:31:52 +0200
commit2a26dcbf9d957eb1c22a74a0f9b92bba07084dec (patch)
tree81370ae604952acf5ce0c6f58de34cdb48855e9d /src/exchangedb/pg_commit.c
parente506bdd1088e1c81597f97022567adfe3bd44563 (diff)
clean up transaction logic in helpers, bump gnunet dependency
Diffstat (limited to 'src/exchangedb/pg_commit.c')
-rw-r--r--src/exchangedb/pg_commit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/pg_commit.c b/src/exchangedb/pg_commit.c
index 66adfd79b..1ecbdb410 100644
--- a/src/exchangedb/pg_commit.c
+++ b/src/exchangedb/pg_commit.c
@@ -48,7 +48,6 @@ TEH_PG_commit (void *cls)
PREPARE (pg,
"do_commit",
"COMMIT");
-
qs = GNUNET_PQ_eval_prepared_non_select (pg->conn,
"do_commit",
params);