Skip to content

Commit 79ad6d4

Browse files
committedNov 4, 2014
Remove some dead variables in the tests.
1 parent 9974d86 commit 79ad6d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/tests.c

-2
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ void random_sign(secp256k1_ecdsa_sig_t *sig, const secp256k1_scalar_t *key, cons
665665
}
666666

667667
void test_ecdsa_sign_verify() {
668-
const secp256k1_ge_consts_t *c = secp256k1_ge_consts;
669668
secp256k1_scalar_t msg, key;
670669
random_scalar_order_test(&msg);
671670
random_scalar_order_test(&key);
@@ -796,7 +795,6 @@ EC_KEY *get_openssl_key(const secp256k1_scalar_t *key) {
796795
}
797796

798797
void test_ecdsa_openssl() {
799-
const secp256k1_ge_consts_t *c = secp256k1_ge_consts;
800798
secp256k1_scalar_t key, msg;
801799
unsigned char message[32];
802800
secp256k1_rand256_test(message);

0 commit comments

Comments
 (0)
Please sign in to comment.