Skip to content

Commit

Permalink
Merge "FAB-3254 remove unused vars"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed May 24, 2017
2 parents 4a2f135 + 6df9edc commit 80f4ed2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions core/ledger/kvledger/example/marble_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ func ConstructMarbleAppInstance(ledger ledger.PeerLedger) *MarbleApp {
return &MarbleApp{"marbles_app", ledger}
}

var marbleIndexStr = "_marbleindex" //name for the key/value that will store a list of all known marbles
var openTradesStr = "_opentrades" //name for the key/value that will store all open trades

type Marble struct {
Name string `json:"asset_name"` //the fieldtags are needed to keep case from bouncing around
Color string `json:"color"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (

var logger = flogging.MustGetLogger("historyleveldb")

var compositeKeySep = []byte{0x00}
var savePointKey = []byte{0x00}
var emptyValue = []byte{}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import (
"github.com/hyperledger/fabric/core/ledger/util/couchdb"
)

const badConnectURL = "couchdb:5990"

// TestVDBEnv provides a couch db backed versioned db for testing
type TestVDBEnv struct {
t testing.TB
Expand Down

0 comments on commit 80f4ed2

Please sign in to comment.