Skip to content

Commit

Permalink
fix: unused variables and functions
Browse files Browse the repository at this point in the history
Signed-off-by: weilirs <[email protected]>
  • Loading branch information
weilirs committed Dec 19, 2024
1 parent ea5d99b commit 44b2744
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/registration/svg_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ import (
"sync"
)

//nolint:unused
var hashCheckSVG = make(map[string]string)
//nolint:unused
var mx sync.Mutex
var UISVGPaths = make([]string, 1)

//nolint:unused
func writeHashCheckSVG(key string, val string) {
mx.Lock()
hashCheckSVG[key] = val
Expand Down

0 comments on commit 44b2744

Please sign in to comment.