From 671431cfbdb111d50a9f9f5fd188e822128e7215 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Mon, 19 May 2025 11:10:15 -0700 Subject: [PATCH] remove unused define --- src/coff/coff.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/coff/coff.h b/src/coff/coff.h index a0f18d2e..5cf6abc6 100644 --- a/src/coff/coff.h +++ b/src/coff/coff.h @@ -290,9 +290,6 @@ typedef struct COFF_Symbol32 U8 aux_symbol_count; } COFF_Symbol32; -// Auxilary symbols are allocated with fixed size so that symbol table could be maintaned as array of regular size. -#define COFF_AuxSymbolSize 18 - typedef U32 COFF_WeakExtType; enum {