From f19241bd45b72bb8d71bd20bab9133582af0da36 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Wed, 11 Jan 2017 15:31:29 +0000 Subject: [PATCH] eth: Remove accidentally readded EnableJit/ForceJit variables --- eth/backend.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/eth/backend.go b/eth/backend.go index bc54879ff1..02514c25bd 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -98,8 +98,6 @@ type Config struct { GpobaseStepUp int GpobaseCorrectionFactor int - EnableJit bool - ForceJit bool EnablePreimageRecording bool TestGenesisBlock *types.Block // Genesis block to seed the chain database with (testing only!)