summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_wire_prepare_data_mark_finished.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_wire_prepare_data_mark_finished.c')
-rw-r--r--src/exchangedb/pg_wire_prepare_data_mark_finished.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/pg_wire_prepare_data_mark_finished.c b/src/exchangedb/pg_wire_prepare_data_mark_finished.c
index af4a0fbbb..998b9d731 100644
--- a/src/exchangedb/pg_wire_prepare_data_mark_finished.c
+++ b/src/exchangedb/pg_wire_prepare_data_mark_finished.c
@@ -36,13 +36,11 @@ TEH_PG_wire_prepare_data_mark_finished (
GNUNET_PQ_query_param_end
};
- /* Used in #postgres_wire_prepare_data_mark_finished() */
PREPARE (pg,
"wire_prepare_data_mark_done",
"UPDATE prewire"
" SET finished=TRUE"
" WHERE prewire_uuid=$1;");
-
return GNUNET_PQ_eval_prepared_non_select (pg->conn,
"wire_prepare_data_mark_done",
params);