diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-01 16:13:29 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-01 16:13:29 +0200 |
commit | 0180e8dbadd5916e2cb47762f35a0f56e8ecae6d (patch) | |
tree | d7cee7f819194a9bf91f338d4f1a39ebcacdab30 /gcc | |
parent | b7c9777e5b239239720d50b8d4cbe32b0c668c1f (diff) | |
download | gcc-0180e8dbadd5916e2cb47762f35a0f56e8ecae6d.zip gcc-0180e8dbadd5916e2cb47762f35a0f56e8ecae6d.tar.gz gcc-0180e8dbadd5916e2cb47762f35a0f56e8ecae6d.tar.bz2 |
Fix thinko.
From-SVN: r178420
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gnatls.adb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/gnatls.adb b/gcc/ada/gnatls.adb index 0fbf3b4..5f9f236 100644 --- a/gcc/ada/gnatls.adb +++ b/gcc/ada/gnatls.adb @@ -824,12 +824,6 @@ procedure Gnatls is procedure Output_License_Information is begin case Build_Type is - when Gnatpro => - Write_Str ("Please refer to the section ""Software License"" on" - & " GNAT Tracker at http://www.adacore.com/" - & " for license terms."); - Write_Eol; - when others => Write_Str ("Please refer to file COPYING in your distribution" & " for license terms."); |