diff options
Diffstat (limited to 'gcc/ada/sem_util.adb')
-rw-r--r-- | gcc/ada/sem_util.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index b3982af884e..5a9117c8734 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -2759,7 +2759,6 @@ package body Sem_Util is and then Present (Generalized_Indexing (N)) then Nam := Generalized_Indexing (N); - else Nam := N; end if; |