Merge pull request #1889 from AenBleidd/PVS_V808_client

client: Remove unused variables
This commit is contained in:
David Anderson 2017-04-30 01:20:43 -07:00 committed by GitHub
commit 045367dc16
1 changed files with 0 additions and 1 deletions

View File

@ -1109,7 +1109,6 @@ void CLIENT_STATE::append_unfinished_time_slice(vector<RESULT*> &run_list) {
//
bool CLIENT_STATE::enforce_run_list(vector<RESULT*>& run_list) {
unsigned int i;
vector<ACTIVE_TASK*> preemptable_tasks;
int retval;
double ncpus_used=0;
ACTIVE_TASK* atp;