mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
eth: Remove accidentally readded EnableJit/ForceJit variables
This commit is contained in:
parent
303da33fb0
commit
f19241bd45
1 changed files with 0 additions and 2 deletions
|
|
@ -98,8 +98,6 @@ type Config struct {
|
||||||
GpobaseStepUp int
|
GpobaseStepUp int
|
||||||
GpobaseCorrectionFactor int
|
GpobaseCorrectionFactor int
|
||||||
|
|
||||||
EnableJit bool
|
|
||||||
ForceJit bool
|
|
||||||
EnablePreimageRecording bool
|
EnablePreimageRecording bool
|
||||||
|
|
||||||
TestGenesisBlock *types.Block // Genesis block to seed the chain database with (testing only!)
|
TestGenesisBlock *types.Block // Genesis block to seed the chain database with (testing only!)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue