summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 19:34:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 19:34:24 +0100
commitae30ff9f7ed754b74317a0aba11c3cab6de36abc (patch)
treec2d577929704e3d8b4c420d8cb8a5b5a1bc7d205
parent98ec18bd7e7ab88b0432a3c5a00e54661b9b27e1 (diff)
downloadexchange-ae30ff9f7ed754b74317a0aba11c3cab6de36abc.tar.gz
exchange-ae30ff9f7ed754b74317a0aba11c3cab6de36abc.tar.bz2
exchange-ae30ff9f7ed754b74317a0aba11c3cab6de36abc.zip
bogus comment, fields no longer exist, logic problem ditto
-rw-r--r--src/include/taler_exchangedb_plugin.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 83c18d63f..3631f4750 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2462,14 +2462,6 @@ struct TALER_EXCHANGEDB_Plugin
* Function called to perform "garbage collection" on the
* database, expiring records we no longer require.
*
- * FIXME: we probably need to consider here which entries the
- * auditor still needs to check, at least with respect to GC of the
- * prewire table (for denominations, we can assume that the auditor
- * runs long before the DK expire_legal time is hit). Thus, this
- * function probably should take the "last_prewire_serial_id"
- * from the "auditor_progress" table as an extra argument (which
- * the user would then have to manually specify).
- *
* @param cls closure
* @return #GNUNET_OK on success,
* #GNUNET_SYSERR on DB errors