diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 11:10:59 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 11:10:59 +0100 |
commit | 8ca7a6da2525463be5be4ee9f62cfae0acc06b01 (patch) | |
tree | b3c2c800af28be09a988b53cba8c9ce0d233beb6 /common/router1.cc | |
parent | 9b17fe385cf7e8d3025747b5f7c7822ac2d99920 (diff) | |
download | nextpnr-8ca7a6da2525463be5be4ee9f62cfae0acc06b01.tar.gz nextpnr-8ca7a6da2525463be5be4ee9f62cfae0acc06b01.tar.bz2 nextpnr-8ca7a6da2525463be5be4ee9f62cfae0acc06b01.zip |
clang-format
Diffstat (limited to 'common/router1.cc')
-rw-r--r-- | common/router1.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc index f7a7e8a2..dc75a153 100644 --- a/common/router1.cc +++ b/common/router1.cc @@ -136,7 +136,6 @@ struct Router int thisVisitCnt = 0; int thisVisitCntLimit = 0; - while (!queue.empty() && (thisVisitCntLimit == 0 || thisVisitCnt < thisVisitCntLimit)) { QueuedWire qw = queue.top(); queue.pop(); |