Index: utils/pub/repo_source.dart |
diff --git a/utils/pub/repo_source.dart b/utils/pub/repo_source.dart |
index 241ea348b3a2b79922aaedd1b0fcbff3281f37d4..1046af7ae44b23734446b647b65203d51cd1ebf3 100644 |
--- a/utils/pub/repo_source.dart |
+++ b/utils/pub/repo_source.dart |
@@ -104,7 +104,7 @@ class RepoSource extends Source { |
* "url" refers to a package with the given name from the repo at the given |
* URL. |
*/ |
- void validateDescription(description, [bool fromLockFile=false]) { |
+ void validateDescription(description) { |
_parseDescription(description); |
} |