File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,6 @@ class AsyncImportCache {
94
94
];
95
95
}
96
96
97
- /// Creates a cache that contains no importers.
98
- const AsyncImportCache ._none ()
99
- : _importers = const [],
100
- _logger = const Logger .stderr (),
101
- _canonicalizeCache = const {},
102
- _importCache = const {},
103
- _resultsCache = const {};
104
-
105
97
/// Canonicalizes [url] according to one of this cache's importers.
106
98
///
107
99
/// Returns the importer that was used to canonicalize [url] , the canonical
Original file line number Diff line number Diff line change 5
5
// DO NOT EDIT. This file was generated from async_import_cache.dart.
6
6
// See tool/grind/synchronize.dart for details.
7
7
//
8
- // Checksum: c1dd0f2a41b03bd1227a2358688bf44499b9d90c
8
+ // Checksum: c39f68f9964e4ae03c6447d845349e276def5031
9
9
//
10
10
// ignore_for_file: unused_import
11
11
@@ -98,14 +98,6 @@ class ImportCache {
98
98
];
99
99
}
100
100
101
- /// Creates a cache that contains no importers.
102
- const ImportCache ._none ()
103
- : _importers = const [],
104
- _logger = const Logger .stderr (),
105
- _canonicalizeCache = const {},
106
- _importCache = const {},
107
- _resultsCache = const {};
108
-
109
101
/// Canonicalizes [url] according to one of this cache's importers.
110
102
///
111
103
/// Returns the importer that was used to canonicalize [url] , the canonical
You can’t perform that action at this time.
0 commit comments