Linting fixes

This commit is contained in:
Graham Davison
2023-07-17 11:34:33 -07:00
parent d179b686d9
commit 344e9de6b9
3 changed files with 18 additions and 20 deletions

View File

@@ -203,10 +203,6 @@ func (b *Backend) StateMgr(name string) (statemgr.Full, error) {
return stateMgr, nil
}
func (b *Backend) client() *RemoteClient {
return &RemoteClient{}
}
func (b *Backend) path(name string) string {
if name == backend.DefaultStateName {
return b.keyName