1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +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:
thislooksfun 2021-02-27 18:26:11 -06:00 committed by Andreas Kling
parent cbc450c24e
commit 225baa3cb7

View file

@ -184,8 +184,6 @@ public:
public:
LibraryMetadata(JsonArray regions);
String symbolicate(FlatPtr ptr, u32& offset) const;
struct Library {
FlatPtr base;
size_t size;