Skip to content

Commit 510c74d

Browse files
committed
Remove unused variable
Follow up to #2458
1 parent c26ed86 commit 510c74d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dwds/test/instances/common/test_inspector.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ Object? _getValue(InstanceRef instanceRef) {
382382
final _dartCoreLibrary = 'dart:core';
383383
final _dartInterceptorsLibrary = 'dart:_interceptors';
384384
final _dartJsHelperLibrary = 'dart:_js_helper';
385-
final _dartCollectionLibrary = 'dart:collection';
386385
final _dartRuntimeLibrary = 'dart:_runtime';
387386

388387
final matchRecordClassName = 'Record';

0 commit comments

Comments
 (0)