ada: Remove redundant line in Analyze_Qualified_Expression
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 19 Oct 2022 10:39:42 +0000 (12:39 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 8 Nov 2022 08:34:59 +0000 (09:34 +0100)
The same statement is present a few lines above.

gcc/ada/

* sem_ch4.adb (Analyze_Qualified_Expression): Remove redundant
line.

gcc/ada/sem_ch4.adb

index f136e97..489fb47 100644 (file)
@@ -4389,8 +4389,6 @@ package body Sem_Ch4 is
             end loop;
          end if;
       end if;
-
-      Set_Etype  (N, T);
    end Analyze_Qualified_Expression;
 
    -----------------------------------