From d1afd6c0f1f8452d7461bbf33c84dbfd59236d03 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 7 Dec 2022 10:02:16 +0100 Subject: [PATCH] heap: Remove custom bounding-box type Signed-off-by: gatecat --- common/place/placer_heap.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/place/placer_heap.cc b/common/place/placer_heap.cc index bd8cd37d..8da4ee2e 100644 --- a/common/place/placer_heap.cc +++ b/common/place/placer_heap.cc @@ -377,12 +377,6 @@ class HeAPPlacer TimingAnalyser tmg; - struct BoundingBox - { - // Actual bounding box - int x0 = 0, x1 = 0, y0 = 0, y1 = 0; - }; - dict constraint_region_bounds; // In some cases, we can't use bindBel because we allow overlap in the earlier stages. So we use this custom