Skip to content

Commit

Permalink
rm unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Apr 19, 2018
1 parent a037de3 commit 332383f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions protocol/inmem_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ package protocol
// InmemTransport Implements the Transport interface, to allow kshaka/CASPaxos to be
// tested in-memory without going over a network.
type InmemTransport struct {
NodeAddrress string
NodePort string
Node *Node
Node *Node
}

// TransportPrepare implements the Transport interface.
Expand Down

0 comments on commit 332383f

Please sign in to comment.