diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-14 11:56:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-14 11:56:37 +0200 |
commit | 6501118f6c345fc1a4810611f8631172b105c279 (patch) | |
tree | ddb98a47c0b9e08724caf11e8d818e2600d931d9 /src/mint/taler-mint-httpd_responses.c | |
parent | b04c5c7f305ca933748cad6f7f2308e2036ee205 (diff) |
remove /lock skeleton logic (#3625)
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index eb883b63..ce04fa41 100644 --- a/src/mint/taler-mint-httpd_responses.c +++ b/src/mint/taler-mint-httpd_responses.c @@ -465,14 +465,6 @@ compile_transaction_history (const struct TALER_MINTDB_TransactionList *tl) &melt->coin_sig.eddsa_signature); } break; - case TALER_MINTDB_TT_LOCK: - { - type = "lock"; - value = pos->details.lock->amount; - transaction = NULL; - GNUNET_break (0); /* #3625: Lock NOT implemented! */ - break; - } default: GNUNET_assert (0); } |