mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Remove unused vars (#1063)
* remove unused vars * remove unused comment
This commit is contained in:
		@@ -10,14 +10,9 @@ import (
 | 
				
			|||||||
	"time"
 | 
						"time"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Protected metadata
 | 
					 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	// Protected User ID
 | 
						// ProtectedBranchRepoID protected Repo ID
 | 
				
			||||||
	ProtectedBranchUserID = "GITEA_USER_ID"
 | 
					 | 
				
			||||||
	// Protected Repo ID
 | 
					 | 
				
			||||||
	ProtectedBranchRepoID = "GITEA_REPO_ID"
 | 
						ProtectedBranchRepoID = "GITEA_REPO_ID"
 | 
				
			||||||
	// Protected access mode
 | 
					 | 
				
			||||||
	ProtectedBranchAccessMode = "GITEA_ACCESS_MODE"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ProtectedBranch struct
 | 
					// ProtectedBranch struct
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user