diff options
author | Zachary Turner <zturner@google.com> | 2018-10-08 22:56:57 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-10-08 22:56:57 +0000 |
commit | 0f556f88c5f7d9948569eb3ba1677bcdd1f461b5 (patch) | |
tree | 2844df79e6013122ec396c0b95ac0a0dc493ee39 /llvm/lib/DebugInfo/PDB/Native | |
parent | c8207fa59ba19d63b1356d489028b5ec0bf6eafd (diff) | |
download | bcm5719-llvm-0f556f88c5f7d9948569eb3ba1677bcdd1f461b5.tar.gz bcm5719-llvm-0f556f88c5f7d9948569eb3ba1677bcdd1f461b5.zip |
Remove unused variable.
llvm-svn: 344002
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp b/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp index d76852be08a..786804b3196 100644 --- a/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp @@ -65,7 +65,6 @@ GlobalsStream::findRecordsByName(StringRef Name, ChainStartOffset /= 12; NextChainOffset /= 12; - auto &Back = GlobalsTable.HashRecords.back(); while (ChainStartOffset < NextChainOffset) { PSHashRecord PSH = GlobalsTable.HashRecords[ChainStartOffset]; uint32_t Off = PSH.Off - 1; |