aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-17 12:17:13 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-17 12:17:13 +0200
commitae827bec0295598d73c79b5a9976cd49a335174e (patch)
treef1c922c04f4b1da90fca242e5c6ea6329aa532c6
parentc0ec4a14441b3015bd23464084b3211c4f87d3dd (diff)
downloadexchange-ae827bec0295598d73c79b5a9976cd49a335174e.tar.xz
-remove silly comment
-rw-r--r--src/exchangedb/pg_select_recoup_above_serial_id.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/pg_select_recoup_above_serial_id.c b/src/exchangedb/pg_select_recoup_above_serial_id.c
index 62e94f368..2ff30c7dc 100644
--- a/src/exchangedb/pg_select_recoup_above_serial_id.c
+++ b/src/exchangedb/pg_select_recoup_above_serial_id.c
@@ -157,7 +157,6 @@ TEH_PG_select_recoup_above_serial_id (
};
enum GNUNET_DB_QueryStatus qs;
- /* Used in #postgres_select_recoup_above_serial_id() to obtain recoup transactions */
PREPARE (pg,
"recoup_get_incr",
"SELECT"