diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/place/placer_heap.cc | 6 |
1 files changed, 0 insertions, 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<IdString, BoundingBox> constraint_region_bounds; // In some cases, we can't use bindBel because we allow overlap in the earlier stages. So we use this custom |