Skip to content

Commit

Permalink
Remove unused assignments reported by the clang scan-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Aug 27, 2019
1 parent 7406e61 commit 02222ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -3561,7 +3561,6 @@ handle_osp_scan (task_t task, report_t report, const char *scan_id)
ca_pub = scanner_ca_pub (scanner);
key_pub = scanner_key_pub (scanner);
key_priv = scanner_key_priv (scanner);
rc = -1;

while (1)
{
Expand Down Expand Up @@ -3637,7 +3636,6 @@ handle_osp_scan (task_t task, report_t report, const char *scan_id)
rc = 0;
break;
}
rc = 0;
}
}
}
Expand Down

0 comments on commit 02222ea

Please sign in to comment.