diff --git a/compiler/router/graph.py b/compiler/router/graph.py index 36f455ef..476026ba 100644 --- a/compiler/router/graph.py +++ b/compiler/router/graph.py @@ -252,9 +252,6 @@ class graph: y_values = set() # Add inner values for blockages of the routed type - offset = self.router.offset - spacing = self.router.track_space - size_limit = snap(offset * 4 + spacing) for shape in self.graph_blockages: if not self.is_routable(shape): continue