delete redundant code in NewStore function

pull/6906/head
kun 2016-06-24 17:14:00 +08:00
parent 98360c50d5
commit 77ed719bc1
1 changed files with 0 additions and 1 deletions

View File

@ -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,