gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 24/31: remove pow_get


From: gnunet
Subject: [gnunet] 24/31: remove pow_get
Date: Wed, 22 Apr 2020 21:53:15 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit b7d8277cb1f335cd8137de77806e3a1fb5484d39
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Apr 21 15:46:09 2020 +0200

    remove pow_get
---
 src/revocation/revocation_api.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/revocation/revocation_api.c b/src/revocation/revocation_api.c
index bff004698..5494f379c 100644
--- a/src/revocation/revocation_api.c
+++ b/src/revocation/revocation_api.c
@@ -650,20 +650,6 @@ GNUNET_REVOCATION_pow_round (struct 
GNUNET_REVOCATION_PowCalculationHandle *pc)
 }
 
 
-/**
- * Return the curren PoW state from the calculation
- *
- * @param pc the calculation to get it from
- * @return a pointer to the PoW
- */
-const struct GNUNET_REVOCATION_Pow*
-GNUNET_REVOCATION_pow_get (const struct
-                           GNUNET_REVOCATION_PowCalculationHandle *pc)
-{
-  return pc->pow;
-}
-
-
 /**
  * Cleanup a PoW calculation
  *

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



reply via email to

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