commit f17d886753fae3148afbfd3e267da30548f71ad4
parent 5b2adfc3cb46562548063ba0d1c8e4cb00f61ee2
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 20 Dec 2020 20:22:52 +0100
remove fixme, function remains in use"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -266,7 +266,7 @@ postgres_get_session (void *cls)
struct GNUNET_PQ_ExecuteStatement *es = NULL;
#endif
struct GNUNET_PQ_PreparedStatement ps[] = {
- /* Used in #postgres_insert_denomination_info() [FIXME: soon obsolete!] and
+ /* Used in #postgres_insert_denomination_info() and
#postgres_add_denomination_key() */
GNUNET_PQ_make_prepare ("denomination_insert",
"INSERT INTO denominations "