refactor(peerserver): Remove PeerServerConfig.Path

This commit is contained in:
Brian Waldon
2014-01-20 20:22:29 -08:00
parent 19980a7033
commit f158dfcd77
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ const ThresholdMonitorTimeout = 5 * time.Second
type PeerServerConfig struct {
Name string
Path string
Scheme string
URL string
SnapshotCount int