kv: tiny cleanup (#10961)
This commit is contained in:
@ -189,8 +189,6 @@ func (us *unionStore) Get(k Key) ([]byte, error) {
|
||||
}
|
||||
return nil, ErrNotExist
|
||||
}
|
||||
}
|
||||
if IsErrNotFound(err) {
|
||||
v, err = us.BufferStore.r.Get(k)
|
||||
}
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user