aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch13.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r--gcc/ada/sem_ch13.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb
index d994ba3..771398d 100644
--- a/gcc/ada/sem_ch13.adb
+++ b/gcc/ada/sem_ch13.adb
@@ -8494,13 +8494,6 @@ package body Sem_Ch13 is
if Present (Asp) then
- -- For ASIS use, perform semantic analysis of the original
- -- predicate expression, which is otherwise not utilized.
-
- if ASIS_Mode then
- Preanalyze_And_Resolve (Expression (Asp));
- end if;
-
Set_Entity (Identifier (Asp), New_Copy_Tree (Arg2));
end if;