| Index: runtime/observatory/lib/src/debugger/source_location.dart
|
| diff --git a/runtime/observatory/lib/src/debugger/source_location.dart b/runtime/observatory/lib/src/debugger/source_location.dart
|
| index f14d87b14b22c7bb1e2cf4691b7937a558bf4234..91da5818f9fc8d47b2a8b045c165bcd89ad88235 100644
|
| --- a/runtime/observatory/lib/src/debugger/source_location.dart
|
| +++ b/runtime/observatory/lib/src/debugger/source_location.dart
|
| @@ -187,7 +187,6 @@ class SourceLocation {
|
| }
|
|
|
| static ServiceFunction _getConstructor(Class cls, String name) {
|
| - var matches = [];
|
| for (var function in cls.functions) {
|
| assert(cls.loaded);
|
| if (name == function.name) {
|
|
|