aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-04-21 10:11:46 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-04-21 10:11:46 +0200
commite379beb56f0b1e597c8aeb10c84813c8326197a9 (patch)
tree77069e14da8101e236a0d36df0e0df7b12541845 /gcc/ada/frontend.adb
parent2e9bd657376090f50987b295735be1acaeac6308 (diff)
downloadgcc-e379beb56f0b1e597c8aeb10c84813c8326197a9.zip
gcc-e379beb56f0b1e597c8aeb10c84813c8326197a9.tar.gz
gcc-e379beb56f0b1e597c8aeb10c84813c8326197a9.tar.bz2
[multiple changes]
2016-04-21 Javier Miranda <miranda@adacore.com> * frontend.adb: Remove call to initialize Exp_Ch6. * exp_ch6.ads, exp_ch6.adb (Initialize): removed. (Unest_Entry/Unest_Bodies): Removed. (Unnest_Subprograms): Code cleanup. 2016-04-21 Arnaud Charlet <charlet@adacore.com> * set_targ.adb (Read_Target_Dependent_Values): close target description file once its contents is read. * s-os_lib.adb (Non_Blocking_Spawn, version with Stdout_File and Stderr_File): Close local file descriptors before spawning child process. * exp_util.adb (Containing_Package_With_Ext_Axioms): Limit scope of local variables to make the code easier to understand and avoid duplicated calls to Parent and Generic_Parent. From-SVN: r235302
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index 8ed90b0..1020da7 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -90,7 +90,6 @@ begin
Checks.Initialize;
Sem_Warn.Initialize;
Prep.Initialize;
- Exp_Ch6.Initialize;
if Generate_SCIL then
SCIL_LL.Initialize;