diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-23 10:51:06 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-23 10:51:06 +0000 |
commit | 053bfd19fb99bd86cfa7e1f74f7cb73852d14127 (patch) | |
tree | e0500bf676f5ce3f5c105f7a04e62bf1dfbd7e0e /gcc/ada | |
parent | cec2532f09658f0ac68aeef741f0dd97b585ac58 (diff) | |
download | gcc-053bfd19fb99bd86cfa7e1f74f7cb73852d14127.tar.gz |
Adjust previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/gnat1drv.adb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ada/gnat1drv.adb b/gcc/ada/gnat1drv.adb index ba541e4bb03..06f018db6c5 100644 --- a/gcc/ada/gnat1drv.adb +++ b/gcc/ada/gnat1drv.adb @@ -27,7 +27,6 @@ with Atree; use Atree; with Back_End; use Back_End; with Checks; with Comperr; -with Cprint; with Csets; use Csets; with Debug; use Debug; with Elists; @@ -1358,13 +1357,6 @@ begin Namet.Unlock; - -- Finally generate C source code if needed. Note that this needs to - -- happen after calling gigi to take advantage of the back annotation. - - if Generate_C_Code then - Cprint.Source_Dump; - end if; - -- Generate the call-graph output of dispatching calls Exp_CG.Generate_CG_Output; |