[flang][NFC] Clean up ConvertType
authorValentin Clement <clementval@gmail.com>
Wed, 23 Feb 2022 17:04:15 +0000 (18:04 +0100)
committerValentin Clement <clementval@gmail.com>
Wed, 23 Feb 2022 17:04:47 +0000 (18:04 +0100)
commit307ccf4c0defc06a9c511ed9b859c26c7c07b214
tree3481d3b30f8893395eefc8e75a7cd6d97a754819
parente7f4ea8abeed5063ea21e508d85ef104be8e4505
[flang][NFC] Clean up ConvertType

This patch removes unused or obsolete code in
the ConvertType.h and ConvertType.cpp files. These
files were landed together with the initial flang
upstreaming. This cleanup will help future upstreaming
effort from fir-dev and keep only used code.

Reviewed By: PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D120405
flang/include/flang/Lower/ConvertType.h
flang/lib/Lower/ConvertType.cpp