Commit 1708a783 by Thomas Quinot Committed by Pierre-Marie de Rodat

[Ada] Get_Scos: Remove bogus, dead code

The nonsensical snippet was found by Codepeer. No behavior change.

2019-07-04  Thomas Quinot  <quinot@adacore.com>

gcc/ada/

	* get_scos.adb: Remove bogus, dead code.

From-SVN: r273044
parent dcd59a99
2019-07-04 Thomas Quinot <quinot@adacore.com>
* get_scos.adb: Remove bogus, dead code.
2019-07-04 Ed Schonberg <schonberg@adacore.com>
* sem_dim.adb (Analyze_Dimension_Array_Aggregate): If the
......
......@@ -179,12 +179,6 @@ procedure Get_SCOs is
Skipc;
C := Nextc;
exit when C /= LF and then C /= CR;
if C = ' ' then
Skip_Spaces;
C := Nextc;
exit when C /= LF and then C /= CR;
end if;
end loop;
end Skip_EOL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment