From 55a796b7c3a9560f27b0bfc7fe064e84d1b36608 Mon Sep 17 00:00:00 2001
From: Bas van Kervel <bas@ethdev.com>
Date: Fri, 12 Jun 2015 09:42:57 +0200
Subject: removed obsolete console flag

---
 cmd/console/main.go | 1 -
 cmd/utils/flags.go  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/cmd/console/main.go b/cmd/console/main.go
index 365dbec56..e8dd412ba 100644
--- a/cmd/console/main.go
+++ b/cmd/console/main.go
@@ -52,7 +52,6 @@ func init() {
 
 	app.Action = run
 	app.Flags = []cli.Flag{
-		utils.IPCDisabledFlag,
 		utils.IPCPathFlag,
 		utils.VerbosityFlag,
 		utils.JSpathFlag,
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index 3626c36f2..ec29598fb 100644
--- a/cmd/utils/flags.go
+++ b/cmd/utils/flags.go
@@ -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) {
-- 
cgit v1.2.3