client: Fix compiler warnings

svn path=/trunk/boinc/; revision=24319
This commit is contained in:
Charlie Fenton 2011-10-03 07:55:33 +00:00
parent ebdb8094f1
commit 95ecb2acda
1 changed files with 0 additions and 1 deletions

View File

@ -821,7 +821,6 @@ void CLIENT_STATE::make_run_list(vector<RESULT*>& run_list) {
unsigned int i;
PROC_RESOURCES proc_rsc;
ACTIVE_TASK* atp;
bool can_run;
if (log_flags.cpu_sched_debug) {
msg_printf(0, MSG_INFO, "[cpu_sched_debug] schedule_cpus(): start");