summaryrefslogtreecommitdiff
path: root/branch.go
diff options
context:
space:
mode:
authorJesse Ezell <[email protected]>2014-02-28 10:47:56 -0800
committerJesse Ezell <[email protected]>2014-02-28 10:47:56 -0800
commitb404c8b86250b5abdbb02714cfdc08254c67df49 (patch)
treee08f60b546e1af123228d83dd7451325e1e4de61 /branch.go
parent2c56324ca5e2513b386a7b1f94b3b62881183769 (diff)
Remove unused consts
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
}