Skip to content

Commit 7bf74ac

Browse files
committed
remove dead code
1 parent ad9abaa commit 7bf74ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/vcs/github_client/client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ func CreateGithubClient(ctx context.Context, cfg config.ServerConfig) (*Client,
136136
return client, nil
137137
}
138138

139-
const accessTokenDateTimeFormat = "2006-01-02T15:04:05Z"
140-
141139
func (c *Client) setCredentials(ctx context.Context, cfg config.ServerConfig, vcsUsername, vcsToken string) error {
142140
_, span := tracer.Start(ctx, "github_client.setCredentials")
143141
defer span.End()

0 commit comments

Comments
 (0)