[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 16:49:07 PDT 2021


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.331134.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210316/dc817d66/attachment.bin>


More information about the llvm-commits mailing list