summaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-04 23:59:26 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-04 23:59:26 +0000
commit1f306dd5deed7121ca03c2443df2b89a63797a00 (patch)
tree09a11efc73f5ab1037377ee6a2ad1cd370646f9a /gdb/main.c
parentc20ef709c57de74d5f7955d173d9a67ebdea5c50 (diff)
downloadgdb-1f306dd5deed7121ca03c2443df2b89a63797a00.tar.gz
2003-02-04 Andrew Cagney <ac131313@redhat.com>
* values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR. * TODO: Delete reference to IS_TRAPPED_INTERNALVAR. * utils.c (init_page_info): Delete reference to MPW in comments. * main.c (captured_main): Delete #ifdef MPW. Index: doc/ChangeLog 2003-02-04 Andrew Cagney <ac131313@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete descrption of IS_TRAPPED_INTERNALVAR.
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 7da4ac4a325..6c4feaef2e9 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -167,11 +167,6 @@ captured_main (void *data)
START_PROGRESS (argv[0], 0);
-#ifdef MPW
- /* Do all Mac-specific setup. */
- mac_init ();
-#endif /* MPW */
-
/* This needs to happen before the first use of malloc. */
init_malloc (NULL);