about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cmd/server/main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/server/main.go b/cmd/server/main.go
index 7e6e1ec..26dbe32 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -13,11 +13,6 @@ import (
 	"github.com/pkg/errors"
 )
 
-var (
-	CommitSHA string
-	ShortSHA  string
-)
-
 func main() {
 	runtimeConfig := server.Config{}
 	help, err := conf.Parse("", &runtimeConfig)