aboutsummaryrefslogtreecommitdiff
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
commite9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3 (patch)
treeceb7d2a84bad09f8ca0518ac86bca28a3633ab0f /gdb/main.c
parent05d57f6f5fbacf6aa8c5d28964c65b2daa9fc58f (diff)
downloadfsf-binutils-gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.zip
fsf-binutils-gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.tar.gz
fsf-binutils-gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.tar.bz2
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 7da4ac4..6c4feae 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);