[all-commits] [llvm/llvm-project] d1f510: Fix warning by removing unused variable (#81604)

Mats Petersson via All-commits all-commits at lists.llvm.org
Tue Feb 13 06:32:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1f510cca8e966bd1742bf17256bfec99dcdf229
      https://github.com/llvm/llvm-project/commit/d1f510cca8e966bd1742bf17256bfec99dcdf229
  Author: Mats Petersson <mats.petersson at arm.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M flang/lib/Semantics/canonicalize-omp.cpp

  Log Message:
  -----------
  Fix warning by removing unused variable (#81604)

Apparently, some compilers [correctly] warn that the variable that was
created prior to this change is unused.

This reemoves the variable.




More information about the All-commits mailing list