Unverified Commit 54f99d64 authored by Sam Rawlins's avatar Sam Rawlins Committed by GitHub

Remove unused optional parameters of private functions. (#60446)

parent 6f56ba45
......@@ -61,7 +61,6 @@ TaskFunction createMicrobenchmarkTask() {
}
Future<Process> _startFlutter({
String command = 'run',
List<String> options = const <String>[],
bool canFail = false,
Map<String, String> environment,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment