Network.i [net capacitance] unused var
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
96b7e08afb
commit
3dd38ad159
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue