diff options
Diffstat (limited to 'common/place_common.h')
-rw-r--r-- | common/place_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/place_common.h b/common/place_common.h index fa5ce4c2..434233fd 100644 --- a/common/place_common.h +++ b/common/place_common.h @@ -50,9 +50,6 @@ bool legalise_relative_constraints(Context *ctx); // Get the total distance from satisfied constraints for a cell int get_constraints_distance(const Context *ctx, const CellInfo *cell); -// Check that a Bel is within the region for a cell -bool check_cell_bel_region(const CellInfo *cell, BelId bel); - NEXTPNR_NAMESPACE_END #endif |