diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-18 00:21:01 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-18 00:21:01 +0000 |
commit | ea39e25b9e52183780f0356415469a9fb184f20b (patch) | |
tree | 9ac423083bb174d8c2f208c3cd439b22cbb1633b /gdb/main.c | |
parent | c10fc73c8b85e2d66d0f6b07643a34986a2d82c7 (diff) | |
download | gdb-ea39e25b9e52183780f0356415469a9fb184f20b.tar.gz |
2004-02-17 Elena Zannoni <ezannoni@redhat.com>
* 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 <ezannoni@redhat.com>
* gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) |