Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Mar 6, 2024
1 parent aeeed66 commit 0682807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rnp/fficli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,6 @@ cli_rnp_print_signatures(cli_rnp_t *rnp, const std::vector<rnp_op_verify_signatu
{
unsigned invalidc = 0;
unsigned unknownc = 0;
unsigned validc = 0;
std::string title = "UNKNOWN signature";
FILE * resfp = rnp->resfp;

Expand All @@ -2878,7 +2877,6 @@ cli_rnp_print_signatures(cli_rnp_t *rnp, const std::vector<rnp_op_verify_signatu
switch (status) {
case RNP_SUCCESS:
title = "Good signature";
validc++;
break;
case RNP_ERROR_SIGNATURE_EXPIRED:
title = "EXPIRED signature";
Expand Down

0 comments on commit 0682807

Please sign in to comment.