]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sem_ch3.adb
ada: Cleanup "not Present" on List_Id
[gcc.git] / gcc / ada / sem_ch3.adb
index c1113e4fc42100cde4d7b815d9332c54094f65ab..8583ac052618f6f6e1aa8610ed34e54aca24d87a 100644 (file)
@@ -7394,7 +7394,7 @@ package body Sem_Ch3 is
       Set_Is_Constrained
         (Derived_Type,
          (Is_Constrained (Parent_Type) or else Constraint_Present)
-           and then not Present (Discriminant_Specifications (N)));
+           and then No (Discriminant_Specifications (N)));
 
       if Constraint_Present then
          if not Has_Discriminants (Parent_Type) then
This page took 0.038953 seconds and 5 git commands to generate.