From 225baa3cb7011af7f3ff1d333741090c5dd82daf Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Sat, 27 Feb 2021 18:26:11 -0600 Subject: [PATCH] Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() definition The implementation of Profile::LibraryMetadata::symbolicate() was removed in 340180ba057096d8cca917d2774c5a75c4b15975, but the corresponding public declaration was not. --- Userland/DevTools/Profiler/Profile.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Userland/DevTools/Profiler/Profile.h b/Userland/DevTools/Profiler/Profile.h index e45cb08e07..b8d69ca1ee 100644 --- a/Userland/DevTools/Profiler/Profile.h +++ b/Userland/DevTools/Profiler/Profile.h @@ -184,8 +184,6 @@ public: public: LibraryMetadata(JsonArray regions); - String symbolicate(FlatPtr ptr, u32& offset) const; - struct Library { FlatPtr base; size_t size;