summaryrefslogtreecommitdiffhomepage
path: root/table/destination.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/destination.go')
-rw-r--r--table/destination.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/table/destination.go b/table/destination.go
index b35d380a..865ab03e 100644
--- a/table/destination.go
+++ b/table/destination.go
@@ -368,9 +368,6 @@ func (dest *DestinationDefault) removeOldPaths() {
// paths and when doing RouteRefresh (not EnhancedRouteRefresh)
// we get same paths again.
if newPath.getSource() == path.getSource() {
- if reflect.DeepEqual(newPath.getPathAttrs(), path.getPathAttrs()) {
- newPath.setTimestamp(path.getTimestamp())
- }
oldPaths = append(oldPaths, path)
break
}