diff --git a/Kernel/ELF/ELFLoader.h b/Kernel/ELF/ELFLoader.h index 972783a4d1..143798c1e5 100644 --- a/Kernel/ELF/ELFLoader.h +++ b/Kernel/ELF/ELFLoader.h @@ -42,8 +42,6 @@ private: }; ELFImage m_image; - HashMap m_sections; - struct SortedSymbol { dword address; const char* name;