aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch6.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-16 12:27:47 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-16 12:27:47 +0200
commit2794f02243b66df4e2ecbb042e26835f8b4a2a93 (patch)
treef9b2bdff86bc1060fbbee4da8e48621242d5f0cf /gcc/ada/exp_ch6.ads
parentb0fbf3c0ca19ee803de0f9568db4a9744092688c (diff)
downloadgcc-2794f02243b66df4e2ecbb042e26835f8b4a2a93.zip
gcc-2794f02243b66df4e2ecbb042e26835f8b4a2a93.tar.gz
gcc-2794f02243b66df4e2ecbb042e26835f8b4a2a93.tar.bz2
[multiple changes]
2009-04-16 Bob Duff <duff@adacore.com> * exp_ch6.ads, exp_ch6.adb (Is_Build_In_Place_Function_Return): Remove, unused. 2009-04-16 Thomas Quinot <quinot@adacore.com> * sem_ch4.adb: Minor reformatting * adaint.c: Remove junk duplicated code. * sem_ch3.adb: Minor reformatting * exp_dist.adb: Minor comment rewording From-SVN: r146165
Diffstat (limited to 'gcc/ada/exp_ch6.ads')
-rw-r--r--gcc/ada/exp_ch6.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/exp_ch6.ads b/gcc/ada/exp_ch6.ads
index c470ee3..242995f 100644
--- a/gcc/ada/exp_ch6.ads
+++ b/gcc/ada/exp_ch6.ads
@@ -112,11 +112,6 @@ package Exp_Ch6 is
-- that requires handling as a build-in-place call or is a qualified
-- expression applied to such a call; otherwise returns False.
- function Is_Build_In_Place_Function_Return (N : Node_Id) return Boolean;
- -- Ada 2005 (AI-318-02): Returns True if N is an N_Simple_Return_Statement
- -- or N_Extended_Return_Statement and it applies to a build-in-place
- -- function or generic function.
-
procedure Make_Build_In_Place_Call_In_Allocator
(Allocator : Node_Id;
Function_Call : Node_Id);