summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCoreDump/Reader.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-02-20 19:26:27 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-21 00:02:21 +0100
commit01f1e480e5bc476e103322e25a0f57e812d78b22 (patch)
tree63da614d0e3ea9d0c259e8b3e897f69bcffe5952 /Userland/Libraries/LibCoreDump/Reader.cpp
parent0c0127dc3fd2428f1c24a71d17671f361401df1f (diff)
downloadserenity-01f1e480e5bc476e103322e25a0f57e812d78b22.zip
LibELF: Fix various clang-tidy warnings
Remove a bunch of unused code, unnecessary const, and make some non-object-specific member functions static.
Diffstat (limited to 'Userland/Libraries/LibCoreDump/Reader.cpp')
-rw-r--r--Userland/Libraries/LibCoreDump/Reader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCoreDump/Reader.cpp b/Userland/Libraries/LibCoreDump/Reader.cpp
index ef6dd837f7..f041248832 100644
--- a/Userland/Libraries/LibCoreDump/Reader.cpp
+++ b/Userland/Libraries/LibCoreDump/Reader.cpp
@@ -29,7 +29,6 @@
#include <LibCoreDump/Reader.h>
#include <signal_numbers.h>
#include <string.h>
-#include <sys/stat.h>
namespace CoreDump {