Remove unused consts
This commit is contained in:
parent
2c56324ca5
commit
b404c8b862
|
@ -19,13 +19,6 @@ const (
|
||||||
BranchRemote = C.GIT_BRANCH_REMOTE
|
BranchRemote = C.GIT_BRANCH_REMOTE
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
RefsDir = "refs/"
|
|
||||||
RefsHeadsDir = RefsDir + "heads/"
|
|
||||||
RefsTagsDir = RefsDir + "tags/"
|
|
||||||
RefsRemotesDir = RefsDir + "remotes/"
|
|
||||||
)
|
|
||||||
|
|
||||||
type Branch struct {
|
type Branch struct {
|
||||||
Reference
|
Reference
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue