瀏覽代碼

Kernel: Remove outdated FIXME.

Andreas Kling 6 年之前
父節點
當前提交
f83a94ca39
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Kernel/KSyms.cpp

+ 0 - 2
Kernel/KSyms.cpp

@@ -29,8 +29,6 @@ const KSym* ksymbolicate(dword address)
 
 
 static void load_ksyms_from_data(const ByteBuffer& buffer)
 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* bufptr = (const char*)buffer.pointer();
     auto* start_of_name = bufptr;
     auto* start_of_name = bufptr;
     dword address = 0;
     dword address = 0;