From 42e3c2fa30552a227e38f03b859f03ae51f9000d Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 22 Jan 2026 10:43:33 +1300 Subject: Moved < operator for Graph_Component_Access over to Pretty_Print package --- src/kompsos.ads | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/kompsos.ads') diff --git a/src/kompsos.ads b/src/kompsos.ads index 84b3ce2..66ebfd5 100644 --- a/src/kompsos.ads +++ b/src/kompsos.ads @@ -487,10 +487,6 @@ private type Graph_Component_Access is access Graph_Component; - function "<" - (Left, Right : in Graph_Component_Access) - return Boolean; - type Goal_Graph is new Ada.Finalization.Controlled with record Actual : Graph_Component_Access := null; end record; -- cgit