From b572daf1c867ae2aef47fab39505cb3073e020fe Mon Sep 17 00:00:00 2001 From: Bob Duff Date: Fri, 22 Aug 2008 15:25:19 +0200 Subject: [PATCH] exp_ch6.ads: Remove pragma Precondition, since it breaks some builds. 2008-08-22 Bob Duff * exp_ch6.ads: Remove pragma Precondition, since it breaks some builds. From-SVN: r139458 --- gcc/ada/exp_ch6.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch6.ads b/gcc/ada/exp_ch6.ads index df5b9eb3f71a..c470ee329abd 100644 --- a/gcc/ada/exp_ch6.ads +++ b/gcc/ada/exp_ch6.ads @@ -162,7 +162,7 @@ package Exp_Ch6 is -- node applied to such a function call. function Needs_BIP_Final_List (E : Entity_Id) return Boolean; - pragma Precondition (Is_Build_In_Place_Function (E)); + -- ???pragma Precondition (Is_Build_In_Place_Function (E)); -- Ada 2005 (AI-318-02): Returns True if the function needs the -- BIP_Final_List implicit parameter. -- 2.47.2