aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
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);