delete redundant code in NewStore function
parent
98360c50d5
commit
77ed719bc1
|
@ -50,7 +50,6 @@ type Store struct {
|
|||
// The returned store must be initialized by calling Open before using it.
|
||||
func NewStore(path string) *Store {
|
||||
opts := NewEngineOptions()
|
||||
opts.Config = NewConfig()
|
||||
|
||||
return &Store{
|
||||
path: path,
|
||||
|
|
Loading…
Reference in New Issue