aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/live.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/live.adb')
-rw-r--r--gcc/ada/live.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/live.adb b/gcc/ada/live.adb
index 9b38d51..f7057db 100644
--- a/gcc/ada/live.adb
+++ b/gcc/ada/live.adb
@@ -344,7 +344,7 @@ package body Live is
end if;
when N_Entity'Range =>
- if (Ekind (N) = E_Component) and then not Marked (Marks, N) then
+ if Ekind (N) = E_Component and then not Marked (Marks, N) then
if Present (Discriminant_Checking_Func (N)) then
Process (Discriminant_Checking_Func (N));
end if;