Remove unused variable appDir

This commit is contained in:
Ken-Håvard Lieng 2016-01-04 19:33:28 +01:00
parent b55cb13e44
commit f00c6154a4
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ import (
)
var (
appDir string
db *bolt.DB
db *bolt.DB
bucketUsers = []byte("Users")
bucketServers = []byte("Servers")