mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Remove outdated FIXME.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user