mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +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:
|
public:
|
||||||
LibraryMetadata(JsonArray regions);
|
LibraryMetadata(JsonArray regions);
|
||||||
|
|
||||||
String symbolicate(FlatPtr ptr, u32& offset) const;
|
|
||||||
|
|
||||||
struct Library {
|
struct Library {
|
||||||
FlatPtr base;
|
FlatPtr base;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue