Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / main.c
index 9017a8afba9f9079d2b5f55f547a912951ee60bc..7385cfdf20c82d3d69c8b7954c4f4eedfeb124e9 100644 (file)
@@ -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.025126 seconds and 4 git commands to generate.