Remove unused vars (#1063)

* remove unused vars

* remove unused comment
This commit is contained in:
Lunny Xiao 2017-02-27 09:22:15 +08:00 committed by GitHub
parent 32faec00e6
commit e4134debd1
1 changed files with 1 additions and 6 deletions

View File

@ -10,14 +10,9 @@ import (
"time"
)
// Protected metadata
const (
// Protected User ID
ProtectedBranchUserID = "GITEA_USER_ID"
// Protected Repo ID
// ProtectedBranchRepoID protected Repo ID
ProtectedBranchRepoID = "GITEA_REPO_ID"
// Protected access mode
ProtectedBranchAccessMode = "GITEA_ACCESS_MODE"
)
// ProtectedBranch struct