diff --git a/flang/include/flang/Evaluate/shape.h b/flang/include/flang/Evaluate/shape.h --- a/flang/include/flang/Evaluate/shape.h +++ b/flang/include/flang/Evaluate/shape.h @@ -93,9 +93,6 @@ Result operator()(const ImpliedDoIndex &) const { return Scalar(); } Result operator()(const DescriptorInquiry &) const { return Scalar(); } - template Result operator()(const TypeParamInquiry &) const { - return Scalar(); - } Result operator()(const BOZLiteralConstant &) const { return Scalar(); } Result operator()(const StaticDataObject::Pointer &) const { return Scalar();