diff options
author | Alberto Cortés <alberto@sourced.tech> | 2016-08-02 10:53:52 +0200 |
---|---|---|
committer | Alberto Cortés <alberto@sourced.tech> | 2016-08-02 10:53:52 +0200 |
commit | 11dcbb0595a6b598a6851f39b3c43927f0973fa6 (patch) | |
tree | 9c4f02ea046f23974075856126e439ec270a74ab | |
parent | 960ba92968d503be850d05c04b96cd731eb49a53 (diff) | |
download | go-git-11dcbb0595a6b598a6851f39b3c43927f0973fa6.tar.gz |
remove dead code
-rw-r--r-- | storage/seekable/internal/gitdir/gitdir.go | 3 |
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 |