diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-18 11:47:35 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-18 11:47:35 +0000 |
commit | 79a8c6688683ed092996683ad4de7bdcdae7ba32 (patch) | |
tree | 5a415fa23f3086cbbabfea3f4f042a53fc5f2ab6 /gcc/ada/exp_disp.ads | |
parent | 5f0f7c8747dda3838b1f1f8f2ef57ac33356edbf (diff) | |
download | gcc-79a8c6688683ed092996683ad4de7bdcdae7ba32.tar.gz |
2005-03-17 Javier Miranda <miranda@adacore.com>
* a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
(Get_Inheritance_Depth): Removed.
(Set_Inheritance_Depth): Removed.
* rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
subprogram Get_Expanded_Name because it is not referenced by the
frontend.
* i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
(CPP_Get_Inheritance_Depth): Removed.
(CPP_Set_Inheritance_Depth): Removed.
* tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_disp.ads')
-rw-r--r-- | gcc/ada/exp_disp.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/exp_disp.ads b/gcc/ada/exp_disp.ads index 34bcffc5c59..3218ab1c959 100644 --- a/gcc/ada/exp_disp.ads +++ b/gcc/ada/exp_disp.ads @@ -34,7 +34,6 @@ package Exp_Disp is (CW_Membership, DT_Entry_Size, DT_Prologue_Size, - Get_Expanded_Name, Get_External_Tag, Get_Prim_Op_Address, Get_RC_Offset, |