Skip to content

Commit

Permalink
Remove unused/unimplemented shell constructor (flutter#9459)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored Jun 24, 2019
1 parent b188479 commit 45ef6c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/common/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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<Shell> CreateShellOnPlatformThread(
Expand Down

0 comments on commit 45ef6c8

Please sign in to comment.