Skip to content

Commit e4134de

Browse files
authored
Remove unused vars (#1063)
* remove unused vars * remove unused comment
1 parent 32faec0 commit e4134de

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

models/branches.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ import (
1010
"time"
1111
)
1212

13-
// Protected metadata
1413
const (
15-
// Protected User ID
16-
ProtectedBranchUserID = "GITEA_USER_ID"
17-
// Protected Repo ID
14+
// ProtectedBranchRepoID protected Repo ID
1815
ProtectedBranchRepoID = "GITEA_REPO_ID"
19-
// Protected access mode
20-
ProtectedBranchAccessMode = "GITEA_ACCESS_MODE"
2116
)
2217

2318
// ProtectedBranch struct

0 commit comments

Comments
 (0)