From a43765b9e36ac49a0d5a0294de1c23f44e44cd7a Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 24 May 2012 14:50:56 -0700 Subject: [PATCH] remove incorrect comments Signed-off-by: William Douglas --- src/corewatcher.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/corewatcher.c b/src/corewatcher.c index d055358..51f429f 100644 --- a/src/corewatcher.c +++ b/src/corewatcher.c @@ -154,9 +154,7 @@ int main(int argc, char**argv) if (!debug) sleep(20); - /* we scan dmesg before /var/log/messages; dmesg is a more accurate source normally */ scan_corefolders(NULL); - /* during boot... don't go too fast and slow the system down */ if (testmode) { g_main_loop_unref(loop); -- 2.7.4