]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/modload: remove a stale comment for EditBuildList
authorBryan C. Mills <bcmills@google.com>
Fri, 20 Nov 2020 21:40:49 +0000 (16:40 -0500)
committerBryan C. Mills <bcmills@google.com>
Sat, 21 Nov 2020 03:28:08 +0000 (03:28 +0000)
For #36460
Updates #37438

Change-Id: I1626d40e78b110035a893b1b80dbd2279bf50ffe
Reviewed-on: https://go-review.googlesource.com/c/go/+/272128
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modload/buildlist.go

index bec22dba1f6207a8cf769e78f8742e545037f73d..896adebbb19de9b71aefc310e0e7dc8f0053c1df 100644 (file)
@@ -73,9 +73,6 @@ func Selected(path string) (version string) {
 // build list: they could be lower than existing requirements or conflict with
 // versions in mustSelect.)
 //
-// After performing the requested edits, EditBuildList returns the updated build
-// list.
-//
 // If the versions listed in mustSelect are mutually incompatible (due to one of
 // the listed modules requiring a higher version of another), EditBuildList
 // returns a *ConstraintError and leaves the build list in its previous state.