From e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 4 Feb 2003 23:59:26 +0000 Subject: 2003-02-04 Andrew Cagney * 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 * gdbint.texinfo (Target Architecture Definition): Delete descrption of IS_TRAPPED_INTERNALVAR. --- gdb/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/main.c') 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); -- cgit v1.1