mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Kernel: Remove outdated FIXME.
This commit is contained in:
parent
7455f5ea42
commit
f83a94ca39
Notes:
sideshowbarker
2024-07-19 15:55:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f83a94ca396
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ const KSym* ksymbolicate(dword address)
|
|||
|
||||
static void load_ksyms_from_data(const ByteBuffer& buffer)
|
||||
{
|
||||
// FIXME: It's gross that this vector grows dynamically rather than being sized-to-fit.
|
||||
// We're wasting that eternal kmalloc memory.
|
||||
auto* bufptr = (const char*)buffer.pointer();
|
||||
auto* start_of_name = bufptr;
|
||||
dword address = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue