LibELF: Fix various clang-tidy warnings

Remove a bunch of unused code, unnecessary const, and make some
non-object-specific member functions static.
This commit is contained in:
Andreas Kling 2021-02-20 19:26:27 +01:00
commit 01f1e480e5
Notes: sideshowbarker 2024-07-18 22:05:04 +09:00
8 changed files with 60 additions and 84 deletions

View file

@ -29,7 +29,6 @@
#include <LibCoreDump/Reader.h>
#include <signal_numbers.h>
#include <string.h>
#include <sys/stat.h>
namespace CoreDump {