gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: not realistic to happen anytime


From: gnunet
Subject: [taler-exchange] branch master updated: not realistic to happen anytime soon, likely unnecessary complication
Date: Tue, 17 Mar 2020 12:09:20 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new fb47c680 not realistic to happen anytime soon, likely unnecessary 
complication
fb47c680 is described below

commit fb47c680b1380d36812f8b42cd64595e210cef38
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 17 12:09:18 2020 +0100

    not realistic to happen anytime soon, likely unnecessary complication
---
 src/exchange/taler-exchange-httpd_keystate.c | 40 ----------------------------
 1 file changed, 40 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 3ebc9fb9..5bc89324 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -109,46 +109,6 @@ struct DenominationKeyEntry
    */
   struct GNUNET_HashCode denom_key_hash;
 
-#ifdef OPTIMIZE_5777_AUDITOR_BY_COUNT_REALTIME_DETECTION
-
-  /**
-   * Mutex that must be held before threads may access or update
-   * @e known_coin_counter or @e known_coin_counter_db.
-   */
-  pthread_mutex_t known_coin_counter_mutex;
-
-  /**
-   * Mutex that must be held before threads may access or update
-   * @e issued_coin_counter or @e issued_coin_counter_db.
-   */
-  pthread_mutex_t issued_coin_counter_mutex;
-
-  /**
-   * How many coins of this denomination have been redeemed so far (according
-   * to only this process)?
-   */
-  uint64_t known_coin_counter;
-
-  /**
-   * How many coins of this denomination have been redeemed so far (based on
-   * the last time we synchronized the value with our database).
-   */
-  uint64_t known_coin_counter_db;
-
-  /**
-   * How many coins of this denomination have been issued so far (according
-   * to only this process)?
-   */
-  uint64_t issued_coin_counter;
-
-  /**
-   * How many coins of this denomination have been issued so far (based on the
-   * last time we synchronized the value with our database)?
-   */
-  uint64_t issued_coin_counter_db;
-
-#endif
-
 };
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]