]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Remove duplicate statement
authorRonan Desplanques <desplanques@adacore.com>
Tue, 2 Apr 2024 16:27:39 +0000 (18:27 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 21 May 2024 07:26:48 +0000 (09:26 +0200)
commit417b6bd4783665cb3dae1569ece57e4a033cafef
treebd5f4a1f197d8c3d3f3db15a9490161d3e5330e9
parent933d27af7748c38f1213edceaa6a2edf46f82cc2
ada: Remove duplicate statement

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.
gcc/ada/frontend.adb