diff options
author | Unknwon <u@gogs.io> | 2017-02-14 16:22:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-14 16:22:16 -0500 |
commit | 039dc333670a7ece5b34a611b794d072b589ec65 (patch) | |
tree | 9b730972cd86444d439f4630a11d38202e952992 /modules/setting | |
parent | 859009259a5d02a09b05094070b6db063bfc5a37 (diff) |
git: delegate all server-side Git hooks (#1623)
Diffstat (limited to 'modules/setting')
-rw-r--r-- | modules/setting/setting.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/setting/setting.go b/modules/setting/setting.go index d0fd21fd..0c7dcc65 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -106,7 +106,6 @@ var ( UseMySQL bool UsePostgreSQL bool UseMSSQL bool - UseTiDB bool // Webhook settings Webhook struct { |