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;