diff options
Diffstat (limited to 'Kernel/system.h')
-rw-r--r-- | Kernel/system.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Kernel/system.h b/Kernel/system.h index 262d1d6d59..689de3749c 100644 --- a/Kernel/system.h +++ b/Kernel/system.h @@ -4,14 +4,6 @@ #include <AK/Vector.h> #include <AK/AKString.h> -struct KSym { - dword address; - String name; -}; - -Vector<KSym, KmallocEternalAllocator>& ksyms() PURE; -const KSym* ksymbolicate(dword address) PURE; - struct system_t { time_t uptime; |