diff options
Diffstat (limited to 'storage/seekable')
-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 |