[Ada] Remove CodePeer annotation

2018-10-09  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* vxlink.adb: Remove pragma Annotate, no longer needed.

From-SVN: r264962
This commit is contained in:
Arnaud Charlet 2018-10-09 15:05:04 +00:00 committed by Pierre-Marie de Rodat
parent 94a98e801a
commit 0960ddad82
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2018-10-09 Arnaud Charlet <charlet@adacore.com>
* vxlink.adb: Remove pragma Annotate, no longer needed.
2018-10-09 Ed Schonberg <schonberg@adacore.com>
* checks.adb (Apply_Type_Conversion_Checks): Use GNATprove_Mode

View File

@ -240,10 +240,6 @@ package body VxLink is
GNAT.OS_Lib.Free (Args);
if Status /= 0 then
pragma Annotate (Codepeer, False_Positive,
"test always false",
"Status modified by Get_Command_Output");
Ada.Text_IO.Put_Line (Ret);
Set_Error_State
(Base_Name (Arguments.First_Element) &