Remove unused vars (#1063)

* remove unused vars

* remove unused comment
release/v1.1
Lunny Xiao 7 years ago committed by GitHub
parent 32faec00e6
commit e4134debd1

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

Loading…
Cancel
Save