[Ada] Sem_Elab: remove duplicate condition
[gcc.git] / gcc / ada / sem_elab.adb
index c2fc7c5977beaaafbe03fe51e5bd0ffc646e8418..8226e107565b519d4adb9310689c148e7d80e93d 100644 (file)
@@ -4763,7 +4763,6 @@ package body Sem_Elab is
            and then not Comes_From_Source (N)
            and then Present (Context)
            and then Nkind (Context) = N_Handled_Sequence_Of_Statements
-           and then not Comes_From_Source (N)
          then
             return False;
          end if;