OSDN Git Service

Fix thinko.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2011 14:13:29 +0000 (14:13 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2011 14:13:29 +0000 (14:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178420 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/gnatls.adb

index 0fbf3b4..5f9f236 100644 (file)
@@ -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.");