ProfileViewer: Remove nonsense no-op

This commit is contained in:
Andreas Kling 2020-04-07 21:29:06 +02:00
parent 5ecc7e6a1c
commit f813041f67
Notes: sideshowbarker 2024-07-19 07:49:19 +09:00

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 });
}