diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2020-03-14 22:56:16 +0100 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 13:12:04 -0300 |
commit | e2abccc6317fa77a122ea25e7533a1ab5e3e9784 (patch) | |
tree | 4112c2b8494468be7efc8210fc0f2aeb24712482 /gcc | |
parent | 6358217f5433fc5f335486e9e07e8c21ccffd0d5 (diff) | |
download | gcc-e2abccc6317fa77a122ea25e7533a1ab5e3e9784.zip gcc-e2abccc6317fa77a122ea25e7533a1ab5e3e9784.tar.gz gcc-e2abccc6317fa77a122ea25e7533a1ab5e3e9784.tar.bz2 |
[Ada] Remove useless code in Backend_Processing_Possible
2020-06-11 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* exp_aggr.adb (Backend_Processing_Possible): Remove useless
call.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/exp_aggr.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/exp_aggr.adb b/gcc/ada/exp_aggr.adb index c537bac..b608346 100644 --- a/gcc/ada/exp_aggr.adb +++ b/gcc/ada/exp_aggr.adb @@ -743,7 +743,6 @@ package body Exp_Aggr is -- Backend processing is possible - Set_Size_Known_At_Compile_Time (Etype (N), True); return True; end Backend_Processing_Possible; |