diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-22 10:43:33 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-22 10:43:33 +1300 |
| commit | 42e3c2fa30552a227e38f03b859f03ae51f9000d (patch) | |
| tree | 40833de7cfbe03168516c1df23e25ff7502844dd /src/kompsos.ads | |
| parent | 2f622510f4feecee552c43a31bd592d1c7f6617f (diff) | |
Moved < operator for Graph_Component_Access over to Pretty_Print package
Diffstat (limited to 'src/kompsos.ads')
| -rw-r--r-- | src/kompsos.ads | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
