aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch10.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_ch10.adb')
-rw-r--r--gcc/ada/sem_ch10.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/sem_ch10.adb b/gcc/ada/sem_ch10.adb
index d913aa6..cbdfbc2 100644
--- a/gcc/ada/sem_ch10.adb
+++ b/gcc/ada/sem_ch10.adb
@@ -3248,13 +3248,6 @@ package body Sem_Ch10 is
then
Set_Is_Immediately_Visible (Id);
- -- Ada 2005 (AI-262): Make visible the private entities of
- -- private-withed siblings
-
- if Private_Present (Item) then
- Install_Private_Declarations (Id);
- end if;
-
-- Check for the presence of another unit in the context,
-- that may be inadvertently hidden by the child.