[all-commits] [llvm/llvm-project] 0fab53: [flang] Remove now-unused private data member, sil...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jul 20 17:24:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fab5369000b5aeff5d20b8baace2eaf7564ddf3
https://github.com/llvm/llvm-project/commit/0fab5369000b5aeff5d20b8baace2eaf7564ddf3
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M flang/runtime/descriptor.h
Log Message:
-----------
[flang] Remove now-unused private data member, silence warning
A field in DescriptorAddendum became unused during a recent
change but was not removed from the definition; it now elicits
a legitimate warning that's affecting some buildbots. Remove it.
More information about the All-commits
mailing list