cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls

This commit is contained in:
Felix Lange
2015-03-10 02:35:46 +01:00
parent e6118f2d79
commit 80985f97da
6 changed files with 0 additions and 12 deletions

View File

@ -57,7 +57,6 @@ func (s *StateSuite) TestDump(c *checker.C) {
}
func (s *StateSuite) SetUpTest(c *checker.C) {
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "")
db, _ := ethdb.NewMemDatabase()
s.state = New(nil, db)
}