aboutsummaryrefslogtreecommitdiffstats
path: root/storage/seekable/internal/gitdir
diff options
context:
space:
mode:
authorAlberto Cortés <alberto@sourced.tech>2016-08-02 10:53:52 +0200
committerAlberto Cortés <alberto@sourced.tech>2016-08-02 10:53:52 +0200
commit11dcbb0595a6b598a6851f39b3c43927f0973fa6 (patch)
tree9c4f02ea046f23974075856126e439ec270a74ab /storage/seekable/internal/gitdir
parent960ba92968d503be850d05c04b96cd731eb49a53 (diff)
downloadgo-git-11dcbb0595a6b598a6851f39b3c43927f0973fa6.tar.gz
remove dead code
Diffstat (limited to 'storage/seekable/internal/gitdir')
-rw-r--r--storage/seekable/internal/gitdir/gitdir.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/seekable/internal/gitdir/gitdir.go b/storage/seekable/internal/gitdir/gitdir.go
index eea980b..d3149ee 100644
--- a/storage/seekable/internal/gitdir/gitdir.go
+++ b/storage/seekable/internal/gitdir/gitdir.go
@@ -25,9 +25,6 @@ var (
// ErrPackfileNotFound is returned by Packfile when the packfile is not found
// on the repository.
ErrPackfileNotFound = errors.New("packfile not found")
- // ErrHeadfileNotFound is returned by Headfile when the HEAD file is not found
- // on the repository.
- ErrHeadfileNotFound = errors.New("headfile not found")
)
// The GitDir type represents a local git repository on disk. This