[all-commits] [llvm/llvm-project] fe9b58: [flang] Delete unused variable
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 29 14:36:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe9b58768866e4d3fa05727aec6d0dfb6c0a8671
https://github.com/llvm/llvm-project/commit/fe9b58768866e4d3fa05727aec6d0dfb6c0a8671
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
Log Message:
-----------
[flang] Delete unused variable
A declaration for an unused variable was recently introduced
(by me) and is producing a warning in builds with the latest
clang. Delete it.
More information about the All-commits
mailing list