From bba5b8a74022325870a4242fb87042c58eb8328e Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 21 Feb 2024 16:42:14 -0500 Subject: [PATCH] Remove unused struct definition --- include/link/section.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/link/section.hpp b/include/link/section.hpp index 77e9a281..bf7558e5 100644 --- a/include/link/section.hpp +++ b/include/link/section.hpp @@ -16,11 +16,6 @@ struct FileStackNode; struct Section; -struct AttachedSymbol { - struct Symbol *symbol; - struct AttachedSymbol *next; -}; - struct Patch { struct FileStackNode const *src; uint32_t lineNo;