-remove dead code
authorChristian Grothoff <christian@grothoff.org>
Tue, 23 Aug 2016 07:58:14 +0000 (07:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 23 Aug 2016 07:58:14 +0000 (07:58 +0000)
src/util/crypto_rsa.c

index c617354c972b1b6b5d67ca76514b4f2d5c13e120..0e9ed99d002dcead2ed958bd2a83fc8cffb72b67 100644 (file)
@@ -820,7 +820,6 @@ rsa_sign_mpi (const struct GNUNET_CRYPTO_RsaPrivateKey *key,
               gcry_mpi_t value)
 {
   struct GNUNET_CRYPTO_RsaSignature *sig;
-  struct GNUNET_CRYPTO_RsaPublicKey *public_key;
   gcry_sexp_t data;
   gcry_sexp_t result;
   int rc;