From: Ronan Desplanques <[email protected]>
This patch removes a duplicate statement that was useless and could
be misleading to the reader by suggesting that there are multiple
global variables named Style_Check, while there is just one.
gcc/ada/
* frontend.adb (Frontend): Remove duplicate statement.
Tested on x86_64-pc-linux-gnu, committed on master.
---
gcc/ada/frontend.adb | 1 -
1 file changed, 1 deletion(-)
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index bd0f0c44ff4..ece0e728e4a 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -158,7 +158,6 @@ begin
-- intended -gnatg or -gnaty compilations. We also disconnect checking
-- for maximum line length.
- Opt.Style_Check := False;
Style_Check := False;
-- Capture current suppress options, which may get modified
--
2.43.2