Commit 08c26ab8 authored by obscuren's avatar obscuren

Removed unnecessary code.

parent 119c5b40
...@@ -3,15 +3,12 @@ package ethtrie ...@@ -3,15 +3,12 @@ package ethtrie
import ( import (
"bytes" "bytes"
"fmt" "fmt"
_ "reflect"
"sync" "sync"
"github.com/ethereum/go-ethereum/ethcrypto" "github.com/ethereum/go-ethereum/ethcrypto"
"github.com/ethereum/go-ethereum/ethutil" "github.com/ethereum/go-ethereum/ethutil"
) )
func __ignore() { fmt.Println("") }
func ParanoiaCheck(t1 *Trie) (bool, *Trie) { func ParanoiaCheck(t1 *Trie) (bool, *Trie) {
t2 := New(ethutil.Config.Db, "") t2 := New(ethutil.Config.Db, "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment