Explorar el Código

Remove unused vars (#1063)

* remove unused vars

* remove unused comment
tags/v1.1.0
Lunny Xiao hace 7 años
padre
commit
e4134debd1
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. 1
    6
      models/branches.go

+ 1
- 6
models/branches.go Ver fichero

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

Cargando…
Cancelar
Guardar