*** empty log message ***

svn path=/trunk/boinc/; revision=8900
This commit is contained in:
Rom Walton 2005-11-21 22:47:10 +00:00
parent 40d1162e35
commit fc1050b458
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 );