gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 05/19: remove unused enum


From: gnunet
Subject: [taler-merchant] 05/19: remove unused enum
Date: Fri, 22 Dec 2023 17:25:04 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit b0017f192d46c6c3bb1433765b1e5ed78f719ec5
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Tue Oct 17 15:56:21 2023 +0200

    remove unused enum
---
 src/include/taler_merchantdb_plugin.h | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index 4e0c2f68..66955ce5 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1133,25 +1133,6 @@ struct TALER_MERCHANTDB_TokenFamilyDetails
 }
 
 
-/**
- * Possible token key ciphers.
- */
-enum TALER_MERCHANTDB_TokenFamilyKeyCipher
-{
-
-  /**
-   * RSA based token key.
-   */
-  TALER_MERCHANTDB_TFKC_RSA = 0,
-
-  /**
-   * Schnorr based token key.
-   */
-  TALER_MERCHANTDB_TFKC_CS = 1,
-
-};
-
-
 /**
  * Details about a token key.
  */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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