Kernel: Remove not needed comment in Processor.h

This commit is contained in:
Hendiadyoin1 2021-07-01 14:50:28 +02:00 committed by Andreas Kling
parent 092ee955aa
commit 6b9cf8376e
Notes: sideshowbarker 2024-07-18 11:09:57 +09:00
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ asm(
String Processor::platform_string() const
{
// FIXME: other platforms
return "i386";
}

View File

@ -59,7 +59,6 @@ asm(
String Processor::platform_string() const
{
// FIXME: other platforms
return "x86_64";
}