From 3cda2fbf843a53319bcc2a6c0bdb232bdbf6405b Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sat, 6 Aug 2016 14:42:37 -0700 Subject: [PATCH] remove unused constants --- tools/names/migrate_repo_names.go | 1 - tools/scores/init_repo_scores.go | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/names/migrate_repo_names.go b/tools/names/migrate_repo_names.go index 4240ae4..e6b4740 100644 --- a/tools/names/migrate_repo_names.go +++ b/tools/names/migrate_repo_names.go @@ -12,7 +12,6 @@ import ( ) const ( - dbPath string = "goreportcard.db" repoBucket string = "repos" metaBucket string = "meta" ) diff --git a/tools/scores/init_repo_scores.go b/tools/scores/init_repo_scores.go index 9b46c11..e863fd8 100644 --- a/tools/scores/init_repo_scores.go +++ b/tools/scores/init_repo_scores.go @@ -11,7 +11,6 @@ import ( ) const ( - dbPath string = "goreportcard.db" repoBucket string = "repos" metaBucket string = "meta" )