summaryrefslogtreecommitdiff
path: root/gcc/ada/makeutl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/makeutl.adb')
-rw-r--r--gcc/ada/makeutl.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb
index b192ef858f9..7d4b762f959 100644
--- a/gcc/ada/makeutl.adb
+++ b/gcc/ada/makeutl.adb
@@ -29,7 +29,6 @@ with Debug;
with Err_Vars; use Err_Vars;
with Errutil;
with Fname;
-with Hostparm;
with Osint; use Osint;
with Output; use Output;
with Opt; use Opt;
@@ -740,12 +739,6 @@ package body Makeutl is
-- Beginning of Executable_Prefix_Path
begin
- -- For VMS, the path returned is always /gnu/
-
- if Hostparm.OpenVMS then
- return "/gnu/";
- end if;
-
-- First determine if a path prefix was placed in front of the
-- executable name.