mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() definition
The implementation of Profile::LibraryMetadata::symbolicate() was
removed in 340180ba05
, but the
corresponding public declaration was not.
This commit is contained in:
parent
cbc450c24e
commit
225baa3cb7
1 changed files with 0 additions and 2 deletions
|
@ -184,8 +184,6 @@ public:
|
|||
public:
|
||||
LibraryMetadata(JsonArray regions);
|
||||
|
||||
String symbolicate(FlatPtr ptr, u32& offset) const;
|
||||
|
||||
struct Library {
|
||||
FlatPtr base;
|
||||
size_t size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue