Remove unused struct definition

This commit is contained in:
Rangi42
2024-02-21 16:42:14 -05:00
parent c0da9fa2bb
commit bba5b8a740

View File

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