]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modcmd: remove dead function addModFlag
authorJay Conrod <jayconrod@google.com>
Wed, 12 Feb 2020 15:14:12 +0000 (10:14 -0500)
committerJay Conrod <jayconrod@google.com>
Wed, 12 Feb 2020 17:32:01 +0000 (17:32 +0000)
commit73859478257884608030e5e8d774ffa3321f0ecf
tree68795f18b08027734e51b4d3ab8aefb9aed2bc4c
parent5ce8005990f77d06f19cf70029353fb911d63d1f
cmd/go/internal/modcmd: remove dead function addModFlag

This function is never called and should have been removed
earlier. work.AddModCommonFlags defines the -modfile flag instead.

Fixes #37189

Change-Id: I73ad2a727013a849cba44bf70de04160f37c97dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/219197
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/modcmd/mod.go