Skip to content

Commit

Permalink
cosmetic: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Apr 13, 2015
1 parent 9833747 commit c2972b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions router/connection_maker.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ func (cm *ConnectionMaker) checkStateAndAttemptConnections() time.Duration {
return cm.connectToTargets(validTarget, cmdLineTarget)
}

func (cm *ConnectionMaker) addTarget(address string) {
}

func (cm *ConnectionMaker) connectToTargets(validTarget map[string]struct{}, cmdLineTarget map[string]struct{}) time.Duration {
now := time.Now() // make sure we catch items just added
after := MaxDuration
Expand Down

0 comments on commit c2972b7

Please sign in to comment.