From bbfd4f21c04a7e41c68e1841fcbd97853a94eb40 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Thu, 27 Feb 2020 17:48:42 +0100 Subject: [Ada] Remove unreferenced GNATprove utility routine Get_Low_Bound 2020-06-10 Piotr Trojanek gcc/ada/ * sem_aux.ads, sem_aux.adb (Get_Low_Bound): Remove. --- gcc/ada/sem_aux.ads | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/ada/sem_aux.ads') diff --git a/gcc/ada/sem_aux.ads b/gcc/ada/sem_aux.ads index 6f0d75e..41ce3f0 100644 --- a/gcc/ada/sem_aux.ads +++ b/gcc/ada/sem_aux.ads @@ -165,9 +165,6 @@ package Sem_Aux is -- Obtain the entity of the entry, operator, or subprogram being invoked -- by call Call. - function Get_Low_Bound (E : Entity_Id) return Node_Id; - -- For an index subtype or string literal subtype, returns its low bound - function Get_Unary_Nkind (Op : Entity_Id) return Node_Kind; -- Op must be an entity with an Ekind of E_Operator. This function returns -- the Nkind value that would be used to construct a unary operator node -- cgit v1.1