From eddab7cd5ed80aa9048406315ab888c528ea5310 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Thu, 31 Jul 2008 16:41:22 +0200 Subject: [PATCH] makeutl.adb: Minor reformatting 2008-07-31 Robert Dewar * makeutl.adb: Minor reformatting From-SVN: r138420 --- gcc/ada/makeutl.adb | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb index a0a909d1ae7..3d0ee62eaed 100644 --- a/gcc/ada/makeutl.adb +++ b/gcc/ada/makeutl.adb @@ -248,11 +248,9 @@ package body Makeutl is declare Path : constant String_Access := Locate_Exec_On_Path (Exec_Name); - begin if Path = null then return ""; - else return Get_Install_Dir (Path.all); end if; -- 2.30.2