diff options
Diffstat (limited to 'models/branches.go')
-rw-r--r-- | models/branches.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/models/branches.go b/models/branches.go index 38aa79d2dc..20988deed7 100644 --- a/models/branches.go +++ b/models/branches.go @@ -19,13 +19,6 @@ import ( "github.com/unknwon/com" ) -const ( - // ProtectedBranchRepoID protected Repo ID - ProtectedBranchRepoID = "GITEA_REPO_ID" - // ProtectedBranchPRID protected Repo PR ID - ProtectedBranchPRID = "GITEA_PR_ID" -) - // ProtectedBranch struct type ProtectedBranch struct { ID int64 `xorm:"pk autoincr"` |