aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/buildlist.go
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2020-11-20 16:40:49 -0500
committerBryan C. Mills <bcmills@google.com>2020-11-21 03:28:08 +0000
commit3f5a97514b16c432d9699a0f1a913fabd3c0cb86 (patch)
tree59130493dabdff36c4102691ba910f6061c83431 /src/cmd/go/internal/modload/buildlist.go
parent78e59bb1f72c9cd16e204dbfeee05ae99a2462e3 (diff)
downloadgo-3f5a97514b16c432d9699a0f1a913fabd3c0cb86.tar.gz
go-3f5a97514b16c432d9699a0f1a913fabd3c0cb86.zip
cmd/go/internal/modload: remove a stale comment for EditBuildList
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>
Diffstat (limited to 'src/cmd/go/internal/modload/buildlist.go')
-rw-r--r--src/cmd/go/internal/modload/buildlist.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/go/internal/modload/buildlist.go b/src/cmd/go/internal/modload/buildlist.go
index bec22dba1f..896adebbb1 100644
--- a/src/cmd/go/internal/modload/buildlist.go
+++ b/src/cmd/go/internal/modload/buildlist.go
@@ -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.