mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
ProfileViewer: Remove nonsense no-op
This commit is contained in:
parent
5ecc7e6a1c
commit
f813041f67
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);
|
symbol = elf_loader->symbolicate(ptr, &offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (symbol == "??")
|
|
||||||
symbol = "??";
|
|
||||||
|
|
||||||
event.frames.append({ symbol, ptr, offset });
|
event.frames.append({ symbol, ptr, offset });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue