[NFC][flang] Remove unused code in lowerExplicitLowerBounds
authorPeixin-Qiao <qiaopeixin@huawei.com>
Thu, 24 Mar 2022 08:50:20 +0000 (16:50 +0800)
committerPeixin-Qiao <qiaopeixin@huawei.com>
Thu, 24 Mar 2022 08:50:38 +0000 (16:50 +0800)
commit6ce82eae1f7dce4eb8ce63e33b27c0f35c5bd235
tree2ef1d7cc928d9de9b6b9d22c01affbb03348f6b9
parent67d9276b16024bae66dfc2fcb739d947637b8c52
[NFC][flang] Remove unused code in lowerExplicitLowerBounds

There is no need to lower the implicit lower bounds for assumed-shape
array in lowerExplicitLowerBounds. Remove the unused code.

Reviewed By: Jean Perier

Differential Revision: https://reviews.llvm.org/D122280
flang/lib/Lower/ConvertVariable.cpp