From 4068269b48f0439babe6334858674ed69dd59dd0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 26 Sep 2003 20:00:56 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2366 --- apps/upper_case.C | 4 ---- sched/db_dump.C | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/upper_case.C b/apps/upper_case.C index 95059b6bbb..a343a35e9e 100755 --- a/apps/upper_case.C +++ b/apps/upper_case.C @@ -157,8 +157,6 @@ int main(int argc, char **argv) { retval = boinc_init(standalone); if (retval) exit(retval); - boinc_mask(); // mask clock signal since we're about to do I/O - #ifdef BOINC_APP_GRAPHICS strcpy(display_buf, "(none)\0"); retval = boinc_init_opengl(); @@ -238,9 +236,7 @@ int main(int argc, char **argv) { } } - boinc_unmask(); bool flag = boinc_time_to_checkpoint(); - boinc_mask(); if (flag) { retval = do_checkpoint(out, nchars); if (retval) { diff --git a/sched/db_dump.C b/sched/db_dump.C index db62bf4048..3e7f9a81a9 100644 --- a/sched/db_dump.C +++ b/sched/db_dump.C @@ -26,7 +26,7 @@ // NOTE: the goal is to make the full DB available (view *_id files) // to those who want it, // while allowing those who want to see only a particular row, -// or the highest-ranked rows, to get this info with limited transfer +// or the highest-ranked rows, to get this info with a small download // // // tables.xml