mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Everywhere: Remove unused local variables and lambda captures
This commit is contained in:
parent
5f7f063919
commit
ca06fd658d
Notes:
sideshowbarker
2024-07-18 10:06:40 +09:00
Author: https://github.com/BertalanD
Commit: ca06fd658d
Pull-request: https://github.com/SerenityOS/serenity/pull/8470
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gunnarbeutner ✅
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