mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Kernel: Remove an unused ELFLoader member.
This commit is contained in:
parent
6e305bf838
commit
1fd90b09f8
Notes:
sideshowbarker
2024-07-19 14:01:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1fd90b09f83
@ -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…
Reference in New Issue
Block a user