Index: lib/src/system_cache.dart |
diff --git a/lib/src/system_cache.dart b/lib/src/system_cache.dart |
index f0e627ca2e790d7dc282f7c345ebbbf054021e92..eb3399295b000ca8ba436c6633eeac8e34b0a35c 100644 |
--- a/lib/src/system_cache.dart |
+++ b/lib/src/system_cache.dart |
@@ -78,9 +78,6 @@ class SystemCache { |
} |
/// Determines if the system cache contains the package identified by [id]. |
- /// |
- /// Depending on the source, this may throw an [ArgumentError] if [id] isn't |
- /// resolved using [Source.resolveId]. |
bool contains(PackageId id) { |
var source = sources[id.source]; |