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