Sfoglia il codice sorgente

raft: remove unused ClusterId

Blake Mizerany 11 anni fa
parent
commit
fb1ca245a7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      raft/node.go

+ 0 - 1
raft/node.go

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