From ce2ba2c8bdd7070d7688eff83173b6725c0fe657 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 18 Apr 2025 01:35:24 +1200 Subject: Removed pointless Min/Max functions --- src/misc.ads | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/misc.ads') diff --git a/src/misc.ads b/src/misc.ads index 679f3f5..7108f63 100644 --- a/src/misc.ads +++ b/src/misc.ads @@ -15,16 +15,10 @@ private with package Misc is - Origin, Image_Path, Level_Path : constant String; - + pragma Elaborate_Body; - function Max - (A, B : in Integer) - return Integer; - function Min - (A, B : in Integer) - return Integer; + Origin, Image_Path, Level_Path : constant String; private -- cgit