diff --git a/shell/common/shell.h b/shell/common/shell.h index 53159e8beb31f..cb2ff0f980119 100644 --- a/shell/common/shell.h +++ b/shell/common/shell.h @@ -126,7 +126,6 @@ class Shell final : public PlatformView::Delegate, // How many frames have been timed since last report. size_t UnreportedFramesCount() const; - Shell(TaskRunners task_runners, Settings settings); Shell(DartVMRef vm, TaskRunners task_runners, Settings settings); static std::unique_ptr CreateShellOnPlatformThread(