diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2020-04-21 15:46:09 +0200 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2020-04-21 15:46:09 +0200 |
commit | b7d8277cb1f335cd8137de77806e3a1fb5484d39 (patch) | |
tree | 29ad0ca060dd6af77ed5d6c66b6db3e1d9565d33 /src | |
parent | e64ec174f28812a18fd35f5d671a03e335380d93 (diff) |
remove pow_get
Diffstat (limited to 'src')
-rw-r--r-- | src/revocation/revocation_api.c | 14 |
1 files changed, 0 insertions, 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 @@ -651,20 +651,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 * * @param pc the calculation to clean up |