From d066711481f5203bfd3faea12f99fbf3cbd79829 Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Thu, 7 Nov 2024 17:27:49 -0800 Subject: [PATCH] rm unused Group forward decl in LibertyClass.hh (#119) Signed-off-by: Matt Liberty --- include/sta/LibertyClass.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sta/LibertyClass.hh b/include/sta/LibertyClass.hh index ab62652b..295fbb0c 100644 --- a/include/sta/LibertyClass.hh +++ b/include/sta/LibertyClass.hh @@ -43,7 +43,6 @@ class TableAxis; class GateTimingModel; class CheckTimingModel; class ScaleFactors; -class Group; class Wireload; class WireloadSelection; class TimingArcSet;