plans: Remove useless code
Address comment
This commit is contained in:
@ -70,7 +70,6 @@ func (p *testFromSuit) ClearValue(key fmt.Stringer) {}
|
||||
var _ = Suite(&testFromSuit{})
|
||||
|
||||
func (p *testFromSuit) SetUpSuite(c *C) {
|
||||
var err error
|
||||
store, err := tidb.NewStore(tidb.EngineGoLevelDBMemory)
|
||||
c.Assert(err, IsNil)
|
||||
p.vars = map[string]interface{}{}
|
||||
|
||||
Reference in New Issue
Block a user