diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-05-06 21:21:22 +0800 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-05-06 21:21:22 +0800 |
commit | 930d1759aea9777767fcaf025f25076420c137c6 (patch) | |
tree | f9756d67555467636ed3fa644a155665612429fb /models/update.go | |
parent | 9a0b0da1fe1a32b8ff5cc09f97687395fec2ed57 (diff) | |
download | gitea-930d1759aea9777767fcaf025f25076420c137c6.tar.gz gitea-930d1759aea9777767fcaf025f25076420c137c6.zip |
Remove env user salt since no need to use (#1515)
* remove env user salt since no need to use
* remove unused variable from update.go
Diffstat (limited to 'models/update.go')
-rw-r--r-- | models/update.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models/update.go b/models/update.go index 7ee00f2c27..cd22189f6a 100644 --- a/models/update.go +++ b/models/update.go @@ -19,7 +19,6 @@ import ( const ( EnvRepoName = "GITEA_REPO_NAME" EnvRepoUsername = "GITEA_REPO_USER_NAME" - EnvRepoUserSalt = "GITEA_REPO_USER_SALT" EnvRepoIsWiki = "GITEA_REPO_IS_WIKI" EnvPusherName = "GITEA_PUSHER_NAME" EnvPusherID = "GITEA_PUSHER_ID" |