mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibThreading: Remove redundant method
This commit is contained in:
committed by
Andreas Kling
parent
17d95bc1db
commit
59619572d6
Notes:
sideshowbarker
2024-07-18 01:37:37 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/59619572d68 Pull-request: https://github.com/SerenityOS/serenity/pull/10754
@@ -113,7 +113,7 @@ private:
|
||||
|
||||
void ThreadStackWidget::refresh()
|
||||
{
|
||||
Threading::BackgroundAction<Vector<Symbolication::Symbol>>::create(
|
||||
Threading::BackgroundAction<Vector<Symbolication::Symbol>>::construct(
|
||||
[pid = m_pid, tid = m_tid](auto&) {
|
||||
return Symbolication::symbolicate_thread(pid, tid, Symbolication::IncludeSourcePosition::No);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user