aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 8952ba6f..56b48bf3 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -999,7 +999,6 @@ struct Arch : BaseCtx
BelId getBelByLocation(Loc loc) const
{
- BelId ret;
auto &t = tileStatus.at(loc.y * chip_info->width + loc.x);
if (loc.z >= int(t.bels_by_z.size()))
return BelId();