From 59d478f3b031f47274aff63f0893ca8f03358880 Mon Sep 17 00:00:00 2001 From: Yuqian Li Date: Mon, 24 Jun 2019 12:39:27 -0700 Subject: [PATCH] Remove unused/unimplemented shell constructor --- shell/common/shell.h | 1 - 1 file changed, 1 deletion(-) 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(