plans: Remove useless code

Address comment
This commit is contained in:
shenli
2015-09-11 17:29:23 +08:00
parent e5ea4bba45
commit be5827dea4

View File

@ -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{}{}