diff options
Diffstat (limited to 'gcc/ada/inline.adb')
-rw-r--r-- | gcc/ada/inline.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb index c9b43ba187c..597c975bb3b 100644 --- a/gcc/ada/inline.adb +++ b/gcc/ada/inline.adb @@ -957,7 +957,6 @@ package body Inline is -- set (that's why we can't simply use a FOR loop here). J := 0; - while J <= Pending_Instantiations.Last and then Serious_Errors_Detected = 0 loop |