From: Michael Tremer Date: Sat, 1 Feb 2025 15:53:39 +0000 (+0000) Subject: tests: key: Remove unused variables X-Git-Tag: 0.9.30~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45de845b9bb52ac19dd8cf9fa0d6dbb8cf3166d6;p=pakfire.git tests: key: Remove unused variables Signed-off-by: Michael Tremer --- diff --git a/tests/libpakfire/key.c b/tests/libpakfire/key.c index 3a2fa7f3..32d626a4 100644 --- a/tests/libpakfire/key.c +++ b/tests/libpakfire/key.c @@ -59,10 +59,7 @@ FAIL: static int test_sign_and_verify(const struct test* t) { struct pakfire_key* key = NULL; int r = EXIT_FAILURE; - FILE* f = NULL; - char* signature = NULL; - size_t signature_length = 0; // Create a file handle to write the signature to ASSERT(f = test_mktemp(NULL));