summaryrefslogtreecommitdiff
path: root/Userland/Applications/CrashReporter
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2021-07-05 18:13:42 +0200
committerGunnar Beutner <gunnar@beutner.name>2021-07-08 10:11:00 +0200
commitca06fd658d936ce249bf02f7bdbb5e44dfcfab9f (patch)
tree9e95510a88e1577ba624fedbf10fd213f221f12a /Userland/Applications/CrashReporter
parent5f7f063919cfdbe0fd6fd47bf5657b1394b2250e (diff)
downloadserenity-ca06fd658d936ce249bf02f7bdbb5e44dfcfab9f.zip
Everywhere: Remove unused local variables and lambda captures
Diffstat (limited to 'Userland/Applications/CrashReporter')
-rw-r--r--Userland/Applications/CrashReporter/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Applications/CrashReporter/main.cpp b/Userland/Applications/CrashReporter/main.cpp
index 311bc56966..d2acee7cd1 100644
--- a/Userland/Applications/CrashReporter/main.cpp
+++ b/Userland/Applications/CrashReporter/main.cpp
@@ -52,8 +52,6 @@ static TitleAndText build_backtrace(const CoreDump::Reader& coredump, const ELF:
builder.append('\n');
};
- auto& backtrace_entries = backtrace.entries();
-
if (metadata.contains("assertion"))
prepend_metadata("assertion", "ASSERTION FAILED: {}");
else if (metadata.contains("pledge_violation"))