From 5cf774b53e846c183355c0bbd0b5840f52b16fd7 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Sun, 30 Jul 2023 10:09:13 -0700 Subject: [PATCH] Remove unnecessary lines --- compiler/router/graph.py | 3 --- 1 file changed, 3 deletions(-) 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