mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
ProfileViewer: Remove nonsense no-op
This commit is contained in:
parent
5ecc7e6a1c
commit
f813041f67
Notes:
sideshowbarker
2024-07-19 07:49:19 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f813041f67d
1 changed files with 0 additions and 3 deletions
|
@ -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 });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue