From 8b58a060443a7a04f2e1fa854ec2f9fac1a7ff1c Mon Sep 17 00:00:00 2001 From: Hristian Kirtchev Date: Thu, 17 Oct 2013 14:01:39 +0000 Subject: aspects.adb, [...]: Remove all entries for Refined_Pre from the various tables. 2013-10-17 Hristian Kirtchev * aspects.adb, aspects.ads, sem_prag.ads: Remove all entries for Refined_Pre from the various tables. * par-prag.adb: Remove the entry for Refined_Pre from the list of pragmas not needing special processing by the parser. * sem_ch13.adb (Analyze_Aspect_Specifications): Remove the processing for aspect Refined_Pre. (Check_Aspect_At_Freeze_Point): Remove the entry for aspect Refined_Pre. * sem_prag.adb (Analyze_Pragma): Refined_Pre is no longer a valid assertion kind. Remove the analysis of pragma Refined_Pre. (Analyze_Refined_Pragma): Update the comment on usage. (Find_Related_Subprogram_Or_Body): Update the comment on usage. Pragma Refined_Pre is no longer processed by this routine. (Is_Valid_Assertion_Kind): Refined_Pre is no longer a valid assertion kind. * snames.ads-tmpl: Remove predefined name Refined_Pre. Remove the pragma id for Refined_Pre. From-SVN: r203765 --- gcc/ada/aspects.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ada/aspects.adb') diff --git a/gcc/ada/aspects.adb b/gcc/ada/aspects.adb index 0d9d28c..091af77 100644 --- a/gcc/ada/aspects.adb +++ b/gcc/ada/aspects.adb @@ -471,7 +471,6 @@ package body Aspects is Aspect_Refined_Depends => Aspect_Refined_Depends, Aspect_Refined_Global => Aspect_Refined_Global, Aspect_Refined_Post => Aspect_Refined_Post, - Aspect_Refined_Pre => Aspect_Refined_Pre, Aspect_Refined_State => Aspect_Refined_State, Aspect_Remote_Access_Type => Aspect_Remote_Access_Type, Aspect_Remote_Call_Interface => Aspect_Remote_Call_Interface, -- cgit v1.1