From 0ede43b9097d966eb1fdd7c5dfc21dd7c4001175 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Fri, 29 May 2020 16:13:51 -0700 Subject: [PATCH] Sta::networkChanged don't mess with sdc graph annotations --- search/Sta.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/search/Sta.cc b/search/Sta.cc index f0851495..2baa1312 100644 --- a/search/Sta.cc +++ b/search/Sta.cc @@ -537,8 +537,6 @@ Sta::clear() void Sta::networkChanged() { - // Remove sdc graph annotations. - sdc_->annotateGraph(false); // Everything else from clear(). search_->clear(); levelize_->clear();