diff options
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |