From ea39e25b9e52183780f0356415469a9fb184f20b Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Wed, 18 Feb 2004 00:21:01 +0000 Subject: 2004-02-17 Elena Zannoni * Makefile.in (defs_h): Remove dependency on progress_h. * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of progress.h. * main.c (captured_main): Delete use of START_PROGRESS and END_PROGRESS. 2004-02-17 Elena Zannoni * gdb.base/selftest.exp (do_steps_and_nexts): Add comment. --- gdb/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/main.c') diff --git a/gdb/main.c b/gdb/main.c index 9017a8afba9..7385cfdf20c 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -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) -- cgit v1.2.1