From: Schanzenbach, Martin Date: Tue, 21 Apr 2020 13:46:09 +0000 (+0200) Subject: remove pow_get X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7d8277cb1f335cd8137de77806e3a1fb5484d39;p=oweals%2Fgnunet.git remove pow_get --- 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 *