aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-14 11:56:37 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-14 11:56:37 +0200
commit6501118f6c345fc1a4810611f8631172b105c279 (patch)
treeddb98a47c0b9e08724caf11e8d818e2600d931d9 /src/mint/taler-mint-httpd_db.c
parentb04c5c7f305ca933748cad6f7f2308e2036ee205 (diff)
downloadexchange-6501118f6c345fc1a4810611f8631172b105c279.tar.xz
remove /lock skeleton logic (#3625)
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index 0e5ac1429..27031da21 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -67,15 +67,6 @@ calculate_transaction_list_totals (struct TALER_MINTDB_TransactionList *tl,
return GNUNET_SYSERR;
}
break;
- case TALER_MINTDB_TT_LOCK:
- /* should check if lock is still active,
- and if it is for THIS operation; if
- lock is inactive, delete it; if lock
- is for THIS operation, ignore it;
- if lock is for another operation,
- count it! */
- GNUNET_assert (0); // FIXME: not implemented! (#3625)
- return GNUNET_SYSERR;
}
}
*ret = spent;