Skip to content

Commit 1c87cc4

Browse files
authored
Removing two old functions
1 parent 43a86af commit 1c87cc4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

github/util_v4.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ func githubv4IDSliceEmpty(ss []string) []githubv4.ID {
4949
return vGh4
5050
}
5151

52-
func githubv4NewStringSlice(v []githubv4.String) *[]githubv4.String { return &v }
53-
54-
func githubv4NewIDSlice(v []githubv4.ID) *[]githubv4.ID { return &v }
55-
5652
func getEnterpriseID(ctx context.Context, client *githubv4.Client, enterpriseSlug string) (string, error) {
5753
var query struct {
5854
Enterprise struct {

0 commit comments

Comments
 (0)