Skip to content

Commit

Permalink
removed unused helper funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyshu committed Sep 16, 2024
1 parent d43bb65 commit 089b625
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backend/sftp/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,14 +608,6 @@ func (o *optionsSuite) TestGetFileMode() {
}
}

func strPtr(s string) *string {
return &s
}

func modePtr(m os.FileMode) *os.FileMode {
return &m
}

func TestUtils(t *testing.T) {
suite.Run(t, new(optionsSuite))
}
Expand Down

0 comments on commit 089b625

Please sign in to comment.