mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 01:52:37 +08:00
pkg: fix deadcode issues
This commit is contained in:
@ -31,8 +31,6 @@ func initContextWithRenderAuth(ctx *m.ReqContext) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
type renderContextFunc func(key string) (string, error)
|
||||
|
||||
func AddRenderAuthKey(orgId int64, userId int64, orgRole m.RoleType) string {
|
||||
renderKeysLock.Lock()
|
||||
|
||||
|
Reference in New Issue
Block a user