From 4a2af807b2c5bd101aac46949547203e3a7a474c Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 3 Feb 2020 23:27:02 +0100 Subject: [PATCH] Remove legacy forward declaration --- include/asm/output.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/asm/output.h b/include/asm/output.h index 6a1e854e..03ef4d09 100644 --- a/include/asm/output.h +++ b/include/asm/output.h @@ -18,7 +18,6 @@ struct Expression; extern char *tzObjectname; extern struct Section *pSectionList, *pCurrentSection; -void out_PrepPass2(void); void out_SetFileName(char *s); void out_CreatePatch(uint32_t type, struct Expression *expr); void out_WriteObject(void);