1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

Kernel: Remove an unused ELFLoader member.

This commit is contained in:
Andreas Kling 2019-05-19 02:03:56 +02:00
parent 6e305bf838
commit 1fd90b09f8

View file

@ -42,8 +42,6 @@ private:
};
ELFImage m_image;
HashMap<String, char*> m_sections;
struct SortedSymbol {
dword address;
const char* name;