Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 14, 2018
1 parent 50b4224 commit e0b85af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions github.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func (g *GitHubPullRequest) Post(_ context.Context, c *Comment) error {
return nil
}

var githubAPIHost = "api.github.com"

// Flush posts comments which has not been posted yet.
func (g *GitHubPullRequest) Flush(ctx context.Context) error {
g.muComments.Lock()
Expand Down

0 comments on commit e0b85af

Please sign in to comment.