Remove unnecessary lines

This commit is contained in:
Eren Dogan 2023-07-30 10:09:13 -07:00
parent e5bc7b4e95
commit 5cf774b53e
1 changed files with 0 additions and 3 deletions

View File

@ -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