diff options
| -rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h b/llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h index b35c88e2662..3124236b8fb 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h +++ b/llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h @@ -130,7 +130,6 @@ public:  private:    ModuleDebugFileChecksumFragment &Checksums; -  StringTable &Strings;    uint16_t RelocOffset = 0;    uint16_t RelocSegment = 0;  | 

