[llvm] r302056 - [CodeView] Remove unused private field. NFCI.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 10:37:35 PDT 2017
Author: davide
Date: Wed May 3 12:37:35 2017
New Revision: 302056
URL: http://llvm.org/viewvc/llvm-project?rev=302056&view=rev
Log:
[CodeView] Remove unused private field. NFCI.
Modified:
llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h?rev=302056&r1=302055&r2=302056&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h Wed May 3 12:37:35 2017
@@ -130,7 +130,6 @@ public:
private:
ModuleDebugFileChecksumFragment &Checksums;
- StringTable &Strings;
uint16_t RelocOffset = 0;
uint16_t RelocSegment = 0;
More information about the llvm-commits
mailing list