Skip to content

Commit

Permalink
Remove unused constant fabric
Browse files Browse the repository at this point in the history
The constant "fabric" is not used in new release.

Change-Id: Ie37ba66f067518fda0652dbe56fa9f746511378c
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed Dec 12, 2016
1 parent 3ef851e commit 743d2ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 743d2ee

Please sign in to comment.