aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/arch.cc')
-rw-r--r--machxo2/arch.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/machxo2/arch.cc b/machxo2/arch.cc
index 431fcc88..dccbcb87 100644
--- a/machxo2/arch.cc
+++ b/machxo2/arch.cc
@@ -118,11 +118,6 @@ BelId Arch::getBelByName(IdString name) const
IdString Arch::getBelName(BelId bel) const { return IdString(); }
-Loc Arch::getBelLocation(BelId bel) const
-{
- return Loc();
-}
-
BelId Arch::getBelByLocation(Loc loc) const
{
return BelId();