cmd/geth: Remove unused strings import

This commit is contained in:
Patrick Mylund Nielsen 2018-02-28 10:27:46 -05:00
parent bbc8e726e5
commit bfa1e921ce
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ import (
"io"
"sort"
"strings"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/internal/debug"
"gopkg.in/urfave/cli.v1"