Network.i [net capacitance] unused var

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-12-20 15:59:51 -07:00
parent 96b7e08afb
commit 3dd38ad159
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ capacitance(Corner *corner,
const MinMax *min_max)
{
Sta *sta = Sta::sta();
Network *network = sta->ensureLinked();
sta->ensureLinked();
float pin_cap, wire_cap;
sta->connectedCap(self, corner, min_max, pin_cap, wire_cap);
return pin_cap + wire_cap;