Removed unnecessary code.

This commit is contained in:
obscuren 2014-10-26 20:09:51 +01:00
parent 119c5b40a7
commit 08c26ab8b0
1 changed files with 0 additions and 3 deletions

View File

@ -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, "")