Skip to content

Commit 8a60e1d

Browse files
committed
fixup
1 parent 3586210 commit 8a60e1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/dsg_updater.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ void DsgUpdater::callUpdateFunctions(size_t timestamp_ns, UpdateInfo::ConstPtr i
190190
func(info, *source_graph_, target_dsg_.get());
191191
}
192192

193-
for (auto h : cleanup_hooks) {
194-
h(info, *source_graph_, target_dsg_.get());
195-
}
196-
197193
// TODO: this is where we undo all of the activations
198194
for (NodeId nid : active_nodes_to_restore) {
199195
auto node_ptr = source_graph_->findNode(nid);

0 commit comments

Comments
 (0)