Skip to content

Commit 6374637

Browse files
committed
Remove unused functions
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent d22f602 commit 6374637

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

pkg/ring/kv/multi_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ import (
77
"gopkg.in/yaml.v2"
88
)
99

10-
//go:fix inline
11-
func boolPtr(b bool) *bool {
12-
return new(b)
13-
}
14-
1510
func TestMultiRuntimeConfigWithVariousEnabledValues(t *testing.T) {
1611
testcases := map[string]struct {
1712
yaml string

pkg/util/users/resolver_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import (
88
"github.com/weaveworks/common/user"
99
)
1010

11-
//go:fix inline
12-
func strptr(s string) *string {
13-
return new(s)
14-
}
15-
1611
type resolverTestCase struct {
1712
name string
1813
headerValue *string

0 commit comments

Comments
 (0)