mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
Kernel: Remove an unused ELFLoader member.
This commit is contained in:
parent
6e305bf838
commit
1fd90b09f8
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ private:
|
||||||
};
|
};
|
||||||
ELFImage m_image;
|
ELFImage m_image;
|
||||||
|
|
||||||
HashMap<String, char*> m_sections;
|
|
||||||
|
|
||||||
struct SortedSymbol {
|
struct SortedSymbol {
|
||||||
dword address;
|
dword address;
|
||||||
const char* name;
|
const char* name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue