aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-18 00:21:01 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-18 00:21:01 +0000
commit9d62932daa6c211b8ee8b4c22b79b4f8a5b26501 (patch)
treef78c4473a79aba1739937072ae962ddbb6a1d664 /gdb/defs.h
parentc7c0bf7c02a6ecef3f9b9e6b5ad1b49fd90b4b4f (diff)
downloadgdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.zip
gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.tar.gz
gdb-9d62932daa6c211b8ee8b4c22b79b4f8a5b26501.tar.bz2
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/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 820f205..e6d2fec 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -63,8 +63,6 @@
#include "libiberty.h"
-#include "progress.h"
-
/* For BFD64 and bfd_vma. */
#include "bfd.h"
@@ -201,7 +199,6 @@ extern void quit (void);
#define QUIT { \
if (quit_flag) quit (); \
if (interactive_hook) interactive_hook (); \
- PROGRESS (1); \
}
#endif