| Index: tools/testing/dart/configuration.dart
|
| diff --git a/tools/testing/dart/configuration.dart b/tools/testing/dart/configuration.dart
|
| index 2b41503b042d9955ad9f6503ff84fdc60bc64071..e7705788e96590bef22cd9396202e8af0ff5d8e1 100644
|
| --- a/tools/testing/dart/configuration.dart
|
| +++ b/tools/testing/dart/configuration.dart
|
| @@ -58,8 +58,6 @@ class Configuration {
|
| this.dartPath,
|
| this.dartPrecompiledPath,
|
| this.flutterPath,
|
| - this.recordingPath,
|
| - this.replayPath,
|
| this.taskCount,
|
| int timeout,
|
| this.shardCount,
|
| @@ -125,8 +123,6 @@ class Configuration {
|
| final String dartPath;
|
| final String dartPrecompiledPath;
|
| final String flutterPath;
|
| - final String recordingPath;
|
| - final String replayPath;
|
|
|
| final int taskCount;
|
| final int shardCount;
|
|
|