From 4fe6f220a7e3fbf18aff5b59aa1c16295f7bb702 Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Fri, 9 Aug 2024 16:14:21 -0700 Subject: [PATCH] rm prior makePathGroups decl Signed-off-by: Matt Liberty --- include/sta/Search.hh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/sta/Search.hh b/include/sta/Search.hh index cef24b4b..d4039f50 100644 --- a/include/sta/Search.hh +++ b/include/sta/Search.hh @@ -363,18 +363,6 @@ public: bool unconstrained, bool thru_latches); VertexSeq filteredEndpoints(); - void makePathGroups(int group_count, - int endpoint_count, - bool unique_pins, - float min_slack, - float max_slack, - PathGroupNameSet *group_names, - bool setup, - bool hold, - bool recovery, - bool removal, - bool clk_gating_setup, - bool clk_gating_hold); protected: void init(StaState *sta);