Skip to content

Commit 4759106

Browse files
committed
Remove unused variables
1 parent 5678a8a commit 4759106

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/default/sign2.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,9 @@ static TestData test_data[] = {
9999
int
100100
main(void)
101101
{
102-
crypto_sign_state st;
103102
unsigned char m[1024];
104103
unsigned char sig[crypto_sign_BYTES];
105104
unsigned char pk[crypto_sign_PUBLICKEYBYTES];
106-
char m_hex[1024 * 2 + 1];
107-
char sig_hex[crypto_sign_BYTES * 2 + 1];
108-
char pk_hex[crypto_sign_PUBLICKEYBYTES * 2 + 1];
109105
size_t m_len;
110106
unsigned int i;
111107
int ret;

0 commit comments

Comments
 (0)