From 0180e8dbadd5916e2cb47762f35a0f56e8ecae6d Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 1 Sep 2011 16:13:29 +0200 Subject: [PATCH] Fix thinko. From-SVN: r178420 --- gcc/ada/gnatls.adb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/ada/gnatls.adb b/gcc/ada/gnatls.adb index 0fbf3b418fb..5f9f2368993 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."); -- 2.30.2