From eaf760768b0515ea0b3d9b694daa6ed480d0da9e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 20 Oct 2019 09:34:32 +0200 Subject: Remove not used line --- ecp5/arch.cc | 2 -- 1 file changed, 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)) { -- cgit v1.2.3