diff options
Diffstat (limited to 'gcc/ada/aspects.adb')
-rw-r--r-- | gcc/ada/aspects.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/aspects.adb b/gcc/ada/aspects.adb index b72debb8600..401928b95a1 100644 --- a/gcc/ada/aspects.adb +++ b/gcc/ada/aspects.adb @@ -164,9 +164,7 @@ package body Aspects is Owner := Root_Type (Owner); end if; - if Is_Private_Type (Owner) - and then Present (Full_View (Owner)) - then + if Is_Private_Type (Owner) and then Present (Full_View (Owner)) then Owner := Full_View (Owner); end if; end if; |