提交 55a796b7 编写于 作者: B Bas van Kervel

removed obsolete console flag

上级 359e6414
...@@ -52,7 +52,6 @@ func init() { ...@@ -52,7 +52,6 @@ func init() {
app.Action = run app.Action = run
app.Flags = []cli.Flag{ app.Flags = []cli.Flag{
utils.IPCDisabledFlag,
utils.IPCPathFlag, utils.IPCPathFlag,
utils.VerbosityFlag, utils.VerbosityFlag,
utils.JSpathFlag, utils.JSpathFlag,
......
...@@ -386,7 +386,6 @@ func MakeAccountManager(ctx *cli.Context) *accounts.Manager { ...@@ -386,7 +386,6 @@ func MakeAccountManager(ctx *cli.Context) *accounts.Manager {
} }
func IpcSocketPath(ctx *cli.Context) (ipcpath string) { func IpcSocketPath(ctx *cli.Context) (ipcpath string) {
if common.IsWindows() { if common.IsWindows() {
ipcpath = common.DefaultIpcPath() ipcpath = common.DefaultIpcPath()
if ipcpath != ctx.GlobalString(IPCPathFlag.Name) { if ipcpath != ctx.GlobalString(IPCPathFlag.Name) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册