diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-23 09:04:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-23 09:04:28 +0200 |
commit | e62a701803ff6afc384ba4cec34fd5dbf97fd290 (patch) | |
tree | f45cce9fa3b7f24b55c7ac1bc437e89378404814 | |
parent | 6eddb2a10c7c89ad2d2f5583a134cf3b1539b038 (diff) |
remove bad assertion
-rw-r--r-- | src/auditor/taler-helper-auditor-purses.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-purses.c b/src/auditor/taler-helper-auditor-purses.c index 32c020150..930c8bb9c 100644 --- a/src/auditor/taler-helper-auditor-purses.c +++ b/src/auditor/taler-helper-auditor-purses.c @@ -955,7 +955,6 @@ handle_purse_decision ( qs = TALER_ARL_adb->delete_purse_info (TALER_ARL_adb->cls, purse_pub); - GNUNET_assert (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS != qs); if (qs < 0) { GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs); |