Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 827a6cf

Browse files
author
Michael Weber
committed
Remove unused backend.rotateLock
1 parent f386e5f commit 827a6cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import (
1212

1313
type backend struct {
1414
*framework.Backend
15-
rotateLock sync.Mutex
16-
conn *sync.Map
15+
conn *sync.Map
1716
}
1817

1918
// Factory is the factory function to create a Splunk backend.

0 commit comments

Comments
 (0)