Skip to content

Commit 7fdb9fd

Browse files
committed
Remove unused variable
1 parent 391d51d commit 7fdb9fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/minisign.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ sign_all(SeckeyStruct *seckey_struct, PubkeyStruct *pubkey_struct,
555555
int hashed)
556556
{
557557
char *additional_sig_file;
558-
char *additional_trusted_comment;
559558
int i;
560559

561560
sign(seckey_struct, pubkey_struct, message_file, sig_file, comment,

0 commit comments

Comments
 (0)