public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3787] ada: Remove redundant line in Analyze_Qualified_Expression
@ 2022-11-08  8:41 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2022-11-08  8:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:786c6ba5a51f54c404dd491523788f7359a29a91

commit r13-3787-g786c6ba5a51f54c404dd491523788f7359a29a91
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Wed Oct 19 12:39:42 2022 +0200

    ada: Remove redundant line in Analyze_Qualified_Expression
    
    The same statement is present a few lines above.
    
    gcc/ada/
    
            * sem_ch4.adb (Analyze_Qualified_Expression): Remove redundant
            line.

Diff:
---
 gcc/ada/sem_ch4.adb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb
index f136e9715d7..489fb47247a 100644
--- a/gcc/ada/sem_ch4.adb
+++ b/gcc/ada/sem_ch4.adb
@@ -4389,8 +4389,6 @@ package body Sem_Ch4 is
             end loop;
          end if;
       end if;
-
-      Set_Etype  (N, T);
    end Analyze_Qualified_Expression;
 
    -----------------------------------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-08  8:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  8:41 [gcc r13-3787] ada: Remove redundant line in Analyze_Qualified_Expression Marc Poulhi?s

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).