Adjust previous change.

From-SVN: r229232
This commit is contained in:
Arnaud Charlet 2015-10-23 12:51:06 +02:00
parent 265ca04aba
commit faaf6d3538
1 changed files with 0 additions and 8 deletions

View File

@ -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;