From 729930869064b1c6989b70ef8517a101d42c7f9b Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Mon, 3 Feb 2020 11:38:49 -0500 Subject: all: update module dependencies Updates #36905 Updates #36907 Change-Id: I293dcef67800d5c81ff3a254bbd49309c5880710 Reviewed-on: https://go-review.googlesource.com/c/go/+/217517 Reviewed-by: Dmitri Shuralyov --- src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go') diff --git a/src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go b/src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go index a304284c31..4c1db2331f 100644 --- a/src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go +++ b/src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go @@ -61,13 +61,6 @@ type FlagSet interface { Float64(name string, def float64, usage string) *float64 String(name string, def string, usage string) *string - // BoolVar, IntVar, Float64Var, and StringVar define new flags referencing - // a given pointer, like the functions of the same name in package flag. - BoolVar(pointer *bool, name string, def bool, usage string) - IntVar(pointer *int, name string, def int, usage string) - Float64Var(pointer *float64, name string, def float64, usage string) - StringVar(pointer *string, name string, def string, usage string) - // StringList is similar to String but allows multiple values for a // single flag StringList(name string, def string, usage string) *[]*string -- cgit v1.3-5-g9baa