diff options
Diffstat (limited to 'output/outmacho.c')
-rw-r--r-- | output/outmacho.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/output/outmacho.c b/output/outmacho.c index c4bdc015..5897469a 100644 --- a/output/outmacho.c +++ b/output/outmacho.c @@ -1543,14 +1543,12 @@ static void macho_write (void) for the object file, writing, and then freeing all of the data from the file. */ -static void macho_cleanup(int debuginfo) +static void macho_cleanup(void) { struct section *s; struct reloc *r; struct symbol *sym; - (void)debuginfo; - /* Sort all symbols. */ macho_layout_symbols (&nsyms, &strslen); |