diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-17 12:17:13 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-17 12:17:13 +0200 |
commit | ae827bec0295598d73c79b5a9976cd49a335174e (patch) | |
tree | f1c922c04f4b1da90fca242e5c6ea6329aa532c6 | |
parent | c0ec4a14441b3015bd23464084b3211c4f87d3dd (diff) |
-remove silly comment
-rw-r--r-- | src/exchangedb/pg_select_recoup_above_serial_id.c | 1 |
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" |