summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/table_manager.go')
-rw-r--r--table/table_manager.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/table/table_manager.go b/table/table_manager.go
index cb54906e..3d52fce7 100644
--- a/table/table_manager.go
+++ b/table/table_manager.go
@@ -215,9 +215,6 @@ func (manager *TableManager) calculate(destinationList []Destination) ([]Path, e
}).Debug("new best path")
newPaths = append(newPaths, newBestPath)
- if currentBestPath != nil {
- newPaths = append(newPaths, currentBestPath.Clone(true))
- }
destination.setBestPath(newBestPath)
}