1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

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
2 changed files with 0 additions and 2 deletions

View file

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