remove pow_get
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 21 Apr 2020 13:46:09 +0000 (15:46 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 21 Apr 2020 13:46:09 +0000 (15:46 +0200)
src/revocation/revocation_api.c

index bff004698e37151c189cb6b3f769fd5e4ea7d19d..5494f379ceee78036cddb35cffc6313b8b407555 100644 (file)
@@ -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
  *