forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user