Browse Source

raft: remove unused ClusterId

Blake Mizerany 11 years ago
parent
commit
fb1ca245a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      raft/node.go

+ 0 - 1
raft/node.go

@@ -14,7 +14,6 @@ type tick int
 
 
 type Config struct {
 type Config struct {
 	NodeId    int
 	NodeId    int
-	ClusterId int
 	Address   string
 	Address   string
 }
 }