1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

Kernel: Remove unnecessary init_ksyms() function

This commit is contained in:
Andreas Kling 2019-11-06 13:36:37 +01:00
parent 4f4d4670fe
commit 31beff8afb
3 changed files with 4 additions and 14 deletions

View file

@ -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;