rm LibertyLibrary::found_rise_fall_caps_

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-06-05 19:37:11 -07:00
parent 3992c34aee
commit 4b0e6e8e0d
2 changed files with 0 additions and 4 deletions

View File

@ -340,8 +340,6 @@ protected:
SupplyVoltageMap supply_voltage_map_;
LibertyCellSeq *buffers_;
// Set if any library has rise/fall capacitances.
static bool found_rise_fall_caps_;
static constexpr float input_threshold_default_ = .5;
static constexpr float output_threshold_default_ = .5;
static constexpr float slew_lower_threshold_default_ = .2;

View File

@ -43,8 +43,6 @@ typedef Set<TimingModel*> TimingModelSet;
typedef Set<FuncExpr*> FuncExprSet;
typedef Set<LatchEnable*> LatchEnableSet;
bool LibertyLibrary::found_rise_fall_caps_ = false;
void
initLiberty()
{