aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 4cdc4d00..40fd3d13 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -339,10 +339,6 @@ struct Context : Arch
Context(ArchArgs args) : Arch(args) {}
- BelId getBelByLocation(Loc loc) const {
- return getBelByLocation(loc.x, loc.y, loc.z);
- }
-
// --------------------------------------------------------------
// provided by router1.cc