aboutsummaryrefslogtreecommitdiffstats
path: root/cache/multi_repo_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/multi_repo_cache.go')
-rw-r--r--cache/multi_repo_cache.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache/multi_repo_cache.go b/cache/multi_repo_cache.go
index ad43edab..c5328b7e 100644
--- a/cache/multi_repo_cache.go
+++ b/cache/multi_repo_cache.go
@@ -7,7 +7,6 @@ import (
)
const lockfile = "lock"
-const excerptsFile = "excerpts"
type MultiRepoCache struct {
repos map[string]*RepoCache