mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
Kernel: Remove unnecessary init_ksyms() function
This commit is contained in:
parent
4f4d4670fe
commit
31beff8afb
Notes:
sideshowbarker
2024-07-19 11:21:14 +09:00
Author: https://github.com/awesomekling
Commit: 31beff8afb
3 changed files with 4 additions and 14 deletions
|
@ -10,7 +10,6 @@ struct KSym {
|
|||
|
||||
const KSym* ksymbolicate(u32 address);
|
||||
void load_ksyms();
|
||||
void init_ksyms();
|
||||
|
||||
extern bool ksyms_ready;
|
||||
extern u32 ksym_lowest_address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue