ソースを参照

Remove unused vars (#1063)

* remove unused vars

* remove unused comment
tags/v1.1.0
Lunny Xiao 7年前
コミット
e4134debd1
1個のファイルの変更1行の追加6行の削除
  1. 1
    6
      models/branches.go

+ 1
- 6
models/branches.go ファイルの表示

@@ -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

読み込み中…
キャンセル
保存