Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang] Fix build warning on now-unused variable (llvm#70852)
A recent change of mine caused a local variable to become obsolete in its function, leading to a warning with some build compilers that is fatal under -Werror, breaking a build bot. Remove the variable.
- Loading branch information