diff options
author | Robert Dewar <dewar@adacore.com> | 2008-07-31 16:41:22 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 16:41:22 +0200 |
commit | eddab7cd5ed80aa9048406315ab888c528ea5310 (patch) | |
tree | 5f93aba02f12c3f6b6a59e9686bfb8735459c5b5 /gcc | |
parent | 86038a882f2f4ec47db494f3e6f4ef171bf5892b (diff) | |
download | gcc-eddab7cd5ed80aa9048406315ab888c528ea5310.zip gcc-eddab7cd5ed80aa9048406315ab888c528ea5310.tar.gz gcc-eddab7cd5ed80aa9048406315ab888c528ea5310.tar.bz2 |
makeutl.adb: Minor reformatting
2008-07-31 Robert Dewar <dewar@adacore.com>
* makeutl.adb: Minor reformatting
From-SVN: r138420
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/makeutl.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb index a0a909d..3d0ee62 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; |