summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-20 20:22:52 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-20 20:22:52 +0100
commitf17d886753fae3148afbfd3e267da30548f71ad4 (patch)
tree68994f065acd05d9fd1c8ac193585b256603604e /src/exchangedb
parent5b2adfc3cb46562548063ba0d1c8e4cb00f61ee2 (diff)
downloadexchange-f17d886753fae3148afbfd3e267da30548f71ad4.tar.gz
exchange-f17d886753fae3148afbfd3e267da30548f71ad4.tar.bz2
exchange-f17d886753fae3148afbfd3e267da30548f71ad4.zip
remove fixme, function remains in use"
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 0e5ded47e..bc3b292a5 100644
--- 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 "