mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Kernel: Remove outdated FIXME.
This commit is contained in:
parent
7455f5ea42
commit
f83a94ca39
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
Add a link
Reference in a new issue