Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / main.c
index e199a10d2fb56b0846e41dc4d9be05eac1bec863..7385cfdf20c82d3d69c8b7954c4f4eedfeb124e9 100644 (file)
@@ -1,7 +1,7 @@
 /* Top level stuff for GDB, the GNU debugger.
 
    Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
-   1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
+   1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
    Foundation, Inc.
 
    This file is part of GDB.
@@ -163,8 +163,6 @@ captured_main (void *data)
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
-  START_PROGRESS (argv[0], 0);
-
   /* This needs to happen before the first use of malloc.  */
   init_malloc (NULL);
 
@@ -750,8 +748,6 @@ extern int gdbtk_test (char *);
   BEFORE_MAIN_LOOP_HOOK;
 #endif
 
-  END_PROGRESS (argv[0]);
-
   /* Show time and/or space usage.  */
 
   if (display_time)
This page took 0.023749 seconds and 4 git commands to generate.