1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 18:17:19 +00:00

Remove some dead code (#27196)

Some code is not in use any more, remove them.
This commit is contained in:
wxiaoguang
2023-09-22 23:30:31 +08:00
committed by GitHub
parent 383edf2fd7
commit c0ed26f987
2 changed files with 0 additions and 4 deletions

View File

@ -81,7 +81,6 @@ var (
StaticCacheTime time.Duration
EnableGzip bool
LandingPageURL LandingPage
LandingPageCustom string
UnixSocketPermission uint32
EnablePprof bool
PprofDataPath string
@ -103,7 +102,6 @@ var (
StaticURLPrefix string
AbsoluteAssetURL string
HasRobotsTxt bool
ManifestData string
)