1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00

ProfileViewer: Remove nonsense no-op

This commit is contained in:
Andreas Kling 2020-04-07 21:29:06 +02:00
parent 5ecc7e6a1c
commit f813041f67

View file

@ -230,9 +230,6 @@ OwnPtr<Profile> Profile::load_from_perfcore_file(const StringView& path)
symbol = elf_loader->symbolicate(ptr, &offset);
}
if (symbol == "??")
symbol = "??";
event.frames.append({ symbol, ptr, offset });
}