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);