[flang-commits] [flang] [Flang][#212316] Fix -Wunused-template errors under -Werror (PR #218985)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Sep 2 06:06:59 PDT 2026
================
@@ -35,8 +35,7 @@
namespace Fortran::semantics {
-template <typename T>
-static Scope *GetScope(SemanticsContext &context, const T &x) {
+template <typename T> Scope *GetScope(SemanticsContext &context, const T &x) {
----------------
eugeneepshteyn wrote:
Delete -- not used in this source.
https://github.com/llvm/llvm-project/pull/218985
More information about the flang-commits
mailing list