From ee8d3d0fa23bfbc69f3e936ff884c3d30f5bfb59 Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Thu, 9 May 2024 10:44:43 -0700 Subject: [PATCH] remove any diffs from upstream/master Signed-off-by: Matt Liberty --- include/sta/ArcDelayCalc.hh | 2 +- include/sta/Liberty.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sta/ArcDelayCalc.hh b/include/sta/ArcDelayCalc.hh index 7336c394..b826def6 100644 --- a/include/sta/ArcDelayCalc.hh +++ b/include/sta/ArcDelayCalc.hh @@ -181,7 +181,7 @@ public: const DcalcAnalysisPt *dcalc_ap, // Return values. ArcDelay &gate_delay, - Slew &drvr_slew); // __attribute__ ((deprecated)); + Slew &drvr_slew) __attribute__ ((deprecated)); // Find gate delays and slews for parallel gates. virtual ArcDcalcResultSeq gateDelays(ArcDcalcArgSeq &args, diff --git a/include/sta/Liberty.hh b/include/sta/Liberty.hh index 943f43ff..b9402f2c 100644 --- a/include/sta/Liberty.hh +++ b/include/sta/Liberty.hh @@ -804,7 +804,7 @@ public: const MinMax *min_max) const; // Assumes input slew of 0.0. RiseFallMinMax clkTreeDelays() const; - RiseFallMinMax clockTreePathDelays() const; // __attribute__ ((deprecated)); + RiseFallMinMax clockTreePathDelays() const __attribute__ ((deprecated)); static bool equiv(const LibertyPort *port1, const LibertyPort *port2);