aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation_api.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-21 15:46:09 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-21 15:46:09 +0200
commitb7d8277cb1f335cd8137de77806e3a1fb5484d39 (patch)
tree29ad0ca060dd6af77ed5d6c66b6db3e1d9565d33 /src/revocation/revocation_api.c
parente64ec174f28812a18fd35f5d671a03e335380d93 (diff)
downloadgnunet-b7d8277cb1f335cd8137de77806e3a1fb5484d39.tar.gz
gnunet-b7d8277cb1f335cd8137de77806e3a1fb5484d39.zip
remove pow_get
Diffstat (limited to 'src/revocation/revocation_api.c')
-rw-r--r--src/revocation/revocation_api.c14
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)
651 651
652 652
653/** 653/**
654 * Return the curren PoW state from the calculation
655 *
656 * @param pc the calculation to get it from
657 * @return a pointer to the PoW
658 */
659const struct GNUNET_REVOCATION_Pow*
660GNUNET_REVOCATION_pow_get (const struct
661 GNUNET_REVOCATION_PowCalculationHandle *pc)
662{
663 return pc->pow;
664}
665
666
667/**
668 * Cleanup a PoW calculation 654 * Cleanup a PoW calculation
669 * 655 *
670 * @param pc the calculation to clean up 656 * @param pc the calculation to clean up