mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 13:49:02 +00:00
removed obsolete console flag
This commit is contained in:
parent
359e6414e5
commit
55a796b7c3
2 changed files with 0 additions and 2 deletions
|
|
@ -52,7 +52,6 @@ func init() {
|
|||
|
||||
app.Action = run
|
||||
app.Flags = []cli.Flag{
|
||||
utils.IPCDisabledFlag,
|
||||
utils.IPCPathFlag,
|
||||
utils.VerbosityFlag,
|
||||
utils.JSpathFlag,
|
||||
|
|
|
|||
|
|
@ -386,7 +386,6 @@ func MakeAccountManager(ctx *cli.Context) *accounts.Manager {
|
|||
}
|
||||
|
||||
func IpcSocketPath(ctx *cli.Context) (ipcpath string) {
|
||||
|
||||
if common.IsWindows() {
|
||||
ipcpath = common.DefaultIpcPath()
|
||||
if ipcpath != ctx.GlobalString(IPCPathFlag.Name) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue