[llvm] r311119 - Remove unused variable.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 13:18:36 PDT 2017
Author: zturner
Date: Thu Aug 17 13:18:36 2017
New Revision: 311119
URL: http://llvm.org/viewvc/llvm-project?rev=311119&view=rev
Log:
Remove unused variable.
Modified:
llvm/trunk/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
Modified: llvm/trunk/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp?rev=311119&r1=311118&r2=311119&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp Thu Aug 17 13:18:36 2017
@@ -83,7 +83,6 @@ uint32_t LazyRandomTypeCollection::getOf
}
CVType LazyRandomTypeCollection::getType(TypeIndex Index) {
- uint32_t I = Index.getIndex();
auto EC = ensureTypeExists(Index);
error(std::move(EC));
assert(contains(Index));
More information about the llvm-commits
mailing list