summaryrefslogtreecommitdiff
path: root/branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'branch.go')
-rw-r--r--branch.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/branch.go b/branch.go
index 9f8c22b..eb22fde 100644
--- a/branch.go
+++ b/branch.go
@@ -19,13 +19,6 @@ const (
BranchRemote = C.GIT_BRANCH_REMOTE
)
-const (
- RefsDir = "refs/"
- RefsHeadsDir = RefsDir + "heads/"
- RefsTagsDir = RefsDir + "tags/"
- RefsRemotesDir = RefsDir + "remotes/"
-)
-
type Branch struct {
Reference
}