]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Remove redundant error checking
authorRonan Desplanques <desplanques@adacore.com>
Tue, 4 Mar 2025 12:16:39 +0000 (13:16 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 9 Jun 2025 06:32:07 +0000 (08:32 +0200)
commitfefac6864133950da1c61ab81c56bc3c68a57fcb
tree0391aef3d980a7e0763447915b944e30c6a25dc2
parent6ad0d51d4e1d4cc16a68d4e1c588c65849335493
ada: Remove redundant error checking

This patch removes a test for a condition that can never be false.

gcc/ada/ChangeLog:

* sem_attr.adb (Analyze_Attribute): Remove test.
gcc/ada/sem_attr.adb