mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 19:35:06 +00:00
ProfileViewer: Remove an unnecessary call to String::format()
This commit is contained in:
parent
19cbfaee54
commit
992d8e450c
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ OwnPtr<Profile> Profile::load_from_perfcore_file(const StringView& path)
|
|||
}
|
||||
|
||||
if (symbol == "??")
|
||||
symbol = String::format("??", ptr);
|
||||
symbol = "??";
|
||||
|
||||
event.frames.append({ symbol, ptr, offset });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue