mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove some dead code (#27196)
Some code is not in use any more, remove them.
This commit is contained in:
		@@ -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
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user