diff options
author | Felix Lange <fjl@twurst.com> | 2015-03-10 09:35:46 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-03-10 09:39:53 +0800 |
commit | 80985f97da8174576ee227909035a364af2fd6c9 (patch) | |
tree | 01af660397d161167903dba9183ac9f864e033ce /ethdb | |
parent | e6118f2d7914fdc52c6ad86e48561f3bc1adaf61 (diff) | |
download | dexon-80985f97da8174576ee227909035a364af2fd6c9.tar.gz dexon-80985f97da8174576ee227909035a364af2fd6c9.tar.zst dexon-80985f97da8174576ee227909035a364af2fd6c9.zip |
cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls
Diffstat (limited to 'ethdb')
-rw-r--r-- | ethdb/database_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ethdb/database_test.go b/ethdb/database_test.go index 2cbaf58e0..7de30fd81 100644 --- a/ethdb/database_test.go +++ b/ethdb/database_test.go @@ -7,8 +7,6 @@ import ( ) func TestCompression(t *testing.T) { - ethutil.ReadConfig("", "/tmp", "") - db, err := NewLDBDatabase("testdb") if err != nil { t.Fatal(err) |