summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorthislooksfun <thislooksfun@repbot.org>2021-02-27 18:26:11 -0600
committerAndreas Kling <kling@serenityos.org>2021-02-28 15:28:08 +0100
commit225baa3cb7011af7f3ff1d333741090c5dd82daf (patch)
treedd59c69411c83236c92bb8a7dd9f3021a3c6eef9 /Userland
parentcbc450c24e67cfbf31b4b8f5f481ecc42cae596c (diff)
downloadserenity-225baa3cb7011af7f3ff1d333741090c5dd82daf.zip
Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() definition
The implementation of Profile::LibraryMetadata::symbolicate() was removed in 340180ba057096d8cca917d2774c5a75c4b15975, but the corresponding public declaration was not.
Diffstat (limited to 'Userland')
-rw-r--r--Userland/DevTools/Profiler/Profile.h2
1 files changed, 0 insertions, 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;