diff options
| author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-26 09:36:06 +0800 |
|---|---|---|
| committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-26 09:36:06 +0800 |
| commit | 739b7cc2ac7de9c6c24547be00de81338089d724 (patch) | |
| tree | d430575fe496b9744222a09ffaf350c95fd463f8 /cmd/mist | |
| parent | d5aed82b11589bb3f8b0df4544081fe898b8c724 (diff) | |
| download | dexon-739b7cc2ac7de9c6c24547be00de81338089d724.tar dexon-739b7cc2ac7de9c6c24547be00de81338089d724.tar.gz dexon-739b7cc2ac7de9c6c24547be00de81338089d724.tar.bz2 dexon-739b7cc2ac7de9c6c24547be00de81338089d724.tar.lz dexon-739b7cc2ac7de9c6c24547be00de81338089d724.tar.xz dexon-739b7cc2ac7de9c6c24547be00de81338089d724.tar.zst dexon-739b7cc2ac7de9c6c24547be00de81338089d724.zip | |
Cleanup imports
Diffstat (limited to 'cmd/mist')
| -rw-r--r-- | cmd/mist/flags.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/mist/flags.go b/cmd/mist/flags.go index 8dab59d80..0010df826 100644 --- a/cmd/mist/flags.go +++ b/cmd/mist/flags.go @@ -27,7 +27,6 @@ import ( "log" "os" "path" - "path/filepath" "runtime" "github.com/ethereum/go-ethereum/crypto" @@ -35,7 +34,6 @@ import ( "github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/p2p/nat" "github.com/ethereum/go-ethereum/vm" - "github.com/kardianos/osext" ) var ( |
