[infra] Remove unused member from test runner

This was a leftover from a refactoring that was accidentally committed.

Change-Id: Ibbf26cabbfa16d1aba7fe4811977008c46c19c34
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104002
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2019-06-11 13:21:11 +00:00
parent b37aa3b036
commit a356f64993

View file

@ -432,7 +432,6 @@ class RunningProcess {
int pid;
OutputLog stdout;
OutputLog stderr = OutputLog();
StreamConsumer stdoutConsumer;
List<String> diagnostics = <String>[];
bool compilationSkipped = false;
Completer<CommandOutput> completer;