diff --git a/checkin_notes b/checkin_notes index 3dd628691e..6720452d7e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -23263,4 +23263,12 @@ Rom 25 Jan 2005 clientgui/ BOINCGUI.pjd BOINCGUIApp.cpp - DlgOptions.cpp \ No newline at end of file + DlgOptions.cpp + +David 26 Jan 2005 + - commented out code in scheduler that notifies user + if a newer core client exists in this project's DB. + Projects don't generally keep track of CC versions any more + + sched/ + handle_request.C diff --git a/sched/handle_request.C b/sched/handle_request.C index 5ae11aafab..4da732b06a 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -703,6 +703,7 @@ void handle_msgs_to_host(SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply) { } } +#if 0 void notify_if_newer_core_version( SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply, PLATFORM& platform, SCHED_SHMEM& ss @@ -724,6 +725,7 @@ void notify_if_newer_core_version( strcpy(reply.message_priority, "low"); } } +#endif void process_request( SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply, SCHED_SHMEM& ss, @@ -827,7 +829,9 @@ void process_request( goto leave; } +#if 0 notify_if_newer_core_version(sreq, reply, *platform, ss); +#endif handle_global_prefs(sreq, reply);