mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 00:37:34 +00:00
Everywhere: Remove unused local variables and lambda captures
This commit is contained in:
parent
5f7f063919
commit
ca06fd658d
10 changed files with 10 additions and 15 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue