LibWeb: Remove unused spin_processing_tasks_with_source_until()

This function is no longer used after apply_the_history_step was
converted to use an event-driven state machine.
This commit is contained in:
Aliaksandr Kalenik
2026-03-31 05:51:22 +02:00
committed by Alexander Kalenik
parent 2a69fd4c52
commit baecba0d08
Notes: github-actions[bot] 2026-03-31 07:49:09 +00:00
2 changed files with 0 additions and 37 deletions

View File

@@ -59,7 +59,6 @@ public:
GC::Ref<HTML::Task> dequeue_microtask() { return m_microtask_queue.dequeue(); }
void spin_until(GC::Ref<GC::Function<bool()>> goal_condition);
void spin_processing_tasks_with_source_until(Task::Source, GC::Ref<GC::Function<bool()>> goal_condition);
void process();
void queue_task_to_update_the_rendering();