diff options
author | Davide Italiano <davide@freebsd.org> | 2017-05-03 17:37:35 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2017-05-03 17:37:35 +0000 |
commit | 63ff5c6677bb0f400cb29e93fb763f97ebf9cc95 (patch) | |
tree | 11698db8596e71b2cd37ff4eaa7b2d02401b1cd7 | |
parent | 4198f2a702b9a8a5dae47e67e8ed206f5ae6622f (diff) | |
download | bcm5719-llvm-63ff5c6677bb0f400cb29e93fb763f97ebf9cc95.tar.gz bcm5719-llvm-63ff5c6677bb0f400cb29e93fb763f97ebf9cc95.zip |
[CodeView] Remove unused private field. NFCI.
llvm-svn: 302056
-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; |