diff options
author | David Shah <davey1576@gmail.com> | 2018-08-08 17:55:54 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-08-08 17:55:54 +0200 |
commit | 3e11ba8afb332909ee40760a222b2d2b56bc3232 (patch) | |
tree | 4e0f54baa1143b7852ff44708eb4021b142c8f47 /common | |
parent | 8e593fb47147ca7b4cd73d3cafc789d520871cb4 (diff) | |
download | nextpnr-3e11ba8afb332909ee40760a222b2d2b56bc3232.tar.gz nextpnr-3e11ba8afb332909ee40760a222b2d2b56bc3232.tar.bz2 nextpnr-3e11ba8afb332909ee40760a222b2d2b56bc3232.zip |
timing: Remove unused variable
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/timing.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/timing.cc b/common/timing.cc index 601311a8..aadd8381 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -131,7 +131,6 @@ struct Timing const auto net = queue.front(); queue.pop_front(); - DelayInfo clkToQ; for (auto &usr : net->users) { IdString clockPort; TimingPortClass usrClass = ctx->getPortTimingClass(usr.cell, usr.port, clockPort); |