diff options
Diffstat (limited to 'gcc/ada/a-finali.adb')
-rw-r--r-- | gcc/ada/a-finali.adb | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/ada/a-finali.adb b/gcc/ada/a-finali.adb index 5dae78e1225..dc2cdf78891 100644 --- a/gcc/ada/a-finali.adb +++ b/gcc/ada/a-finali.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -29,19 +29,8 @@ -- -- ------------------------------------------------------------------------------ -with System.Finalization_Root; use System.Finalization_Root; - package body Ada.Finalization is - --------- - -- "=" -- - --------- - - overriding function "=" (A, B : Controlled) return Boolean is - begin - return Empty_Root_Controlled (A) = Empty_Root_Controlled (B); - end "="; - ------------ -- Adjust -- ------------ |