diff options
Diffstat (limited to 'gcc/ada/prj-conf.ads')
-rw-r--r-- | gcc/ada/prj-conf.ads | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/prj-conf.ads b/gcc/ada/prj-conf.ads index df830ad93b6..029310f9dd1 100644 --- a/gcc/ada/prj-conf.ads +++ b/gcc/ada/prj-conf.ads @@ -216,13 +216,4 @@ package Prj.Conf is function Runtime_Name_Set_For (Language : Name_Id) return Boolean; -- Returns True only if Set_Runtime_For has been called for the Language - procedure Locate_Runtime - (Language : Name_Id; - Project_Tree : Prj.Project_Tree_Ref; - Env : Prj.Tree.Environment); - -- If RTS_Name is a base name (a name without path separator), then - -- do nothing. Otherwise, convert it to an absolute path (possibly by - -- searching it in the project path) and call Set_Runtime_For with the - -- absolute path. Fail the program if the path does not exist. - end Prj.Conf; |