Remove not used line

This commit is contained in:
Miodrag Milanovic 2019-10-20 09:34:32 +02:00
parent e69bb4c077
commit eaf760768b

View File

@ -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)) {