summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r--gcc/ada/sem_util.ads12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads
index aeedc7d0a81..bbd4c864a3e 100644
--- a/gcc/ada/sem_util.ads
+++ b/gcc/ada/sem_util.ads
@@ -327,18 +327,6 @@ package Sem_Util is
-- not an address representation clause, or if it is not possible to
-- determine that the address is of this form, then Empty is returned.
- function Find_Overridden_Synchronized_Primitive
- (Def_Id : Entity_Id;
- First_Hom : Entity_Id;
- Ifaces_List : Elist_Id;
- In_Scope : Boolean) return Entity_Id;
- -- Determine whether entry or subprogram Def_Id overrides a primitive
- -- operation that belongs to one of the interfaces in Ifaces_List. A
- -- specific homonym chain can be specified by setting First_Hom. Flag
- -- In_Scope is used to designate whether the entry or subprogram was
- -- declared inside the scope of the synchronized type or after. Return
- -- the overridden entity or Empty.
-
function Find_Parameter_Type (Param : Node_Id) return Entity_Id;
-- Return the type of formal parameter Param as determined by its
-- specification.