Skip to content

Commit

Permalink
*: remove unused unexported const (#286)
Browse files Browse the repository at this point in the history
This is never used in the code, and not available publicly, so safe to remove.
  • Loading branch information
jeffwidman committed Apr 16, 2021
1 parent e616e9b commit 986e60e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common.go
Expand Up @@ -2,8 +2,6 @@ package git

import "strings"

const defaultDotGitPath = ".git"

// countLines returns the number of lines in a string à la git, this is
// The newline character is assumed to be '\n'. The empty string
// contains 0 lines. If the last line of the string doesn't end with a
Expand Down

0 comments on commit 986e60e

Please sign in to comment.