From fc1050b458acc41b32440b1743efceabe38fc4ab Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 21 Nov 2005 22:47:10 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=8900 --- checkin_notes | 7 +++++++ client/client_state.C | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 65164ec8f6..7fd56848d8 100755 --- a/checkin_notes +++ b/checkin_notes @@ -13799,3 +13799,10 @@ Rom 21 Nov 2005 clientgui/ MainDocument.cpp + +Rom 21 Nov 2005 + - Remove duplicate call to scheduler_rpc_poll in + CLIENT_STATE::poll_slow_events(). + + client/ + client_state.C diff --git a/client/client_state.C b/client/client_state.C index 51d27571d1..68ae6e369e 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -519,7 +519,6 @@ bool CLIENT_STATE::poll_slow_events() { ss_logic.poll(); POLL_ACTION(active_tasks , active_tasks.poll ); - POLL_ACTION(scheduler_rpc , scheduler_rpc_poll ); POLL_ACTION(garbage_collect , garbage_collect ); POLL_ACTION(update_results , update_results ); POLL_ACTION(gui_http , gui_http.poll );