diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-20 09:34:32 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-20 09:41:48 +0200 |
commit | eaf760768b0515ea0b3d9b694daa6ed480d0da9e (patch) | |
tree | c324cb84cedaa998ef388ea3b39f2f2280348484 /ecp5 | |
parent | e69bb4c077a7df3fd6d9ff2325f845a926760415 (diff) | |
download | nextpnr-eaf760768b0515ea0b3d9b694daa6ed480d0da9e.tar.gz nextpnr-eaf760768b0515ea0b3d9b694daa6ed480d0da9e.tar.bz2 nextpnr-eaf760768b0515ea0b3d9b694daa6ed480d0da9e.zip |
Remove not used line
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/arch.cc | 2 |
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)) { |