remove unused tools, unused metabucket constant

This commit is contained in:
Shawn Smith
2019-09-30 17:28:29 +09:00
parent 22675ec7b7
commit 7010bcacb9
3 changed files with 0 additions and 160 deletions

View File

@@ -13,10 +13,6 @@ import (
)
const (
// MetaBucket is the bucket containing the names of the projects with the
// top 100 high scores, and other meta information
MetaBucket string = "meta"
// RepoPrefix is the badger prefix for repos
RepoPrefix string = "repos-"
)