summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-08-17 20:18:36 +0000
committerZachary Turner <zturner@google.com>2017-08-17 20:18:36 +0000
commit197bba0028d5c8e8863fc1d4de04be8dd23f53db (patch)
tree263a5c61e461c12de175595b3ffe369dce308fd5 /llvm/lib/DebugInfo
parentabc5416be108920b4a49bb5680c243a5f441ab09 (diff)
downloadbcm5719-llvm-197bba0028d5c8e8863fc1d4de04be8dd23f53db.tar.gz
bcm5719-llvm-197bba0028d5c8e8863fc1d4de04be8dd23f53db.zip
Remove unused variable.
llvm-svn: 311119
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp b/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
index 7133109ea84..9ba45fd0519 100644
--- a/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
+++ b/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
@@ -83,7 +83,6 @@ uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) {
}
CVType LazyRandomTypeCollection::getType(TypeIndex Index) {
- uint32_t I = Index.getIndex();
auto EC = ensureTypeExists(Index);
error(std::move(EC));
assert(contains(Index));
OpenPOWER on IntegriCloud