diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-22 16:10:16 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-22 16:10:16 +0100 |
commit | 4ec78fba4e4cc4d1c3cc6e44da42dc43bef20ef7 (patch) | |
tree | f20c89a8fff6a1bd6c4745c611546551111335df /src | |
parent | 1277f8445d0497107c5bd41b35007480d6a4472a (diff) |
this was finished
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd_db.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index b3e239c89..cd418fa58 100644 --- a/src/mint/taler-mint-httpd_db.c +++ b/src/mint/taler-mint-httpd_db.c @@ -17,11 +17,6 @@ * @file taler-mint-httpd_db.c * @brief High-level (transactional-layer) database operations for the mint. * @author Christian Grothoff - * - * TODO: - * - actually abstract DB implementation (i.e. via plugin logic) - * (this file should remain largely unchanged with the exception - * of the PQ-specific DB handle types) */ #include "platform.h" #include <pthread.h> |