aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index cf87aa14..34988105 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -929,13 +929,6 @@ struct Arch : BaseCtx
return w2n == wire_to_net.end() || w2n->second == nullptr;
}
- NetInfo *getReservedWireNet(WireId wire) const
- {
- NPNR_ASSERT(wire != WireId());
- auto w2n = reserved_wires.find(wire);
- return w2n == reserved_wires.end() ? nullptr : w2n->second;
- }
-
NetInfo *getBoundWireNet(WireId wire) const
{
NPNR_ASSERT(wire != WireId());