diff options
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/config.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ethutil/config.go b/ethutil/config.go index ccc7714d0..fc8fb4e3f 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -10,8 +10,6 @@ import ( // Config struct type ConfigManager struct { - Db Database - ExecPath string Debug bool Diff bool |