aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/logger_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/logger_test.go')
-rw-r--r--core/vm/logger_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/vm/logger_test.go b/core/vm/logger_test.go
index ca60cba43..e755a18e2 100644
--- a/core/vm/logger_test.go
+++ b/core/vm/logger_test.go
@@ -46,10 +46,6 @@ type dummyStateDB struct {
ref *dummyContractRef
}
-func (d dummyStateDB) GetAccount(common.Address) Account {
- return d.ref
-}
-
func TestStoreCapture(t *testing.T) {
var (
env = NewEVM(Context{}, nil, params.TestChainConfig, Config{EnableJit: false, ForceJit: false})