aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-10-20 09:34:32 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-20 09:41:48 +0200
commiteaf760768b0515ea0b3d9b694daa6ed480d0da9e (patch)
treec324cb84cedaa998ef388ea3b39f2f2280348484
parente69bb4c077a7df3fd6d9ff2325f845a926760415 (diff)
downloadnextpnr-eaf760768b0515ea0b3d9b694daa6ed480d0da9e.tar.gz
nextpnr-eaf760768b0515ea0b3d9b694daa6ed480d0da9e.tar.bz2
nextpnr-eaf760768b0515ea0b3d9b694daa6ed480d0da9e.zip
Remove not used line
-rw-r--r--ecp5/arch.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index 84cfcde7..d111e923 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -448,8 +448,6 @@ BelId Arch::getBelByLocation(Loc loc) const
delay_t Arch::estimateDelay(WireId src, WireId dst) const
{
- WireId cursor = dst;
-
int num_uh = locInfo(dst)->wire_data[dst.index].num_uphill;
if (num_uh < 6) {
for (auto uh : getPipsUphill(dst)) {