mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
ada: Remove outdated comment
The comment has been documenting a 'Present(S)' that has been long gone (>17y). gcc/ada/ChangeLog: * sem_aux.adb (Enclosing_Dynamic_Scope): Remove comment.
This commit is contained in:
committed by
Marc Poulhiès
parent
7a6df736e1
commit
3b28ad158e
@@ -184,9 +184,6 @@ package body Sem_Aux is
|
||||
|
||||
-- Normal case, search enclosing scopes
|
||||
|
||||
-- Note: the test for Present (S) should not be required, it defends
|
||||
-- against an ill-formed tree.
|
||||
|
||||
S := Scope (Ent);
|
||||
loop
|
||||
-- If we somehow got an empty value for Scope, the tree must be
|
||||
|
||||
Reference in New Issue
Block a user