Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 2, 2018
1 parent 391d51d commit 7fdb9fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/minisign.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ sign_all(SeckeyStruct *seckey_struct, PubkeyStruct *pubkey_struct,
int hashed)
{
char *additional_sig_file;
char *additional_trusted_comment;
int i;

sign(seckey_struct, pubkey_struct, message_file, sig_file, comment,
Expand Down

0 comments on commit 7fdb9fd

Please sign in to comment.