mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
more code cleanup
This commit is contained in:
parent
9bb7f41c2d
commit
12c65cb520
1 changed files with 0 additions and 11 deletions
|
|
@ -176,17 +176,6 @@ func ImportChain(chain *core.BlockChain, fn string) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// cpuProfile, err := os.Create("cpu.out")
|
|
||||||
// if err != nil {
|
|
||||||
// return fmt.Errorf("Error creating CPU profile: %v", err)
|
|
||||||
// }
|
|
||||||
// defer cpuProfile.Close()
|
|
||||||
// err = pprof.StartCPUProfile(cpuProfile)
|
|
||||||
// if err != nil {
|
|
||||||
// return fmt.Errorf("Error starting CPU profile: %v", err)
|
|
||||||
// }
|
|
||||||
// defer pprof.StopCPUProfile()
|
|
||||||
// params.ClearVerkleWitnessCosts()
|
|
||||||
|
|
||||||
stream := rlp.NewStream(reader, 0)
|
stream := rlp.NewStream(reader, 0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue