From 77ed719bc1cfcb57f0fa0e892dae37825e0f3967 Mon Sep 17 00:00:00 2001 From: kun Date: Fri, 24 Jun 2016 17:14:00 +0800 Subject: [PATCH] delete redundant code in NewStore function --- tsdb/store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tsdb/store.go b/tsdb/store.go index ef3333f6a1..ca3958fd2b 100644 --- a/tsdb/store.go +++ b/tsdb/store.go @@ -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,