[PATCH] D98752: [flang] Fix build error (unused data member warning)
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 17:21:25 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG539bbbe7b516: [flang] Fix build error (unused data member warning) (authored by klausler).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98752/new/
https://reviews.llvm.org/D98752
Files:
flang/include/flang/Parser/provenance.h
Index: flang/include/flang/Parser/provenance.h
===================================================================
--- flang/include/flang/Parser/provenance.h
+++ flang/include/flang/Parser/provenance.h
@@ -290,7 +290,6 @@
private:
AllSources &allSources_;
std::list<CookedSource> cooked_; // owns all CookedSource instances
- int counter_{0};
std::map<CharBlock, const CookedSource &, CharBlockPointerComparator> index_;
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98752.331136.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210317/0c1f3250/attachment.bin>
More information about the llvm-commits
mailing list