From fed3e6a808921fb8274b50043c5c39a24a1bbccf Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 7 Jan 2015 13:17:48 +0100 Subject: Refactored ethutil.Config.Db out --- ethutil/config.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'ethutil') 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 -- cgit v1.2.3