From 743d2ee5ba282f119b0270961fb4afc5594b93ef Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Mon, 12 Dec 2016 14:00:55 +0800 Subject: [PATCH] Remove unused constant fabric The constant "fabric" is not used in new release. Change-Id: Ie37ba66f067518fda0652dbe56fa9f746511378c Signed-off-by: Baohua Yang --- peer/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/peer/main.go b/peer/main.go index be9cfdd6b4e..81585d98a35 100644 --- a/peer/main.go +++ b/peer/main.go @@ -42,7 +42,6 @@ import ( var logger = logging.MustGetLogger("main") // Constants go here. -const fabric = "hyperledger" const cmdRoot = "core" // The main command describes the service and