]> granicus.if.org Git - llvm/commitdiff
Remove unused variable.
authorZachary Turner <zturner@google.com>
Tue, 3 May 2016 22:26:46 +0000 (22:26 +0000)
committerZachary Turner <zturner@google.com>
Tue, 3 May 2016 22:26:46 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268455 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/PDB/Raw/TpiStream.cpp

index 703ae5d718329ebeef5180a3ed9f53e0d9d34cc0..5d716742fe069993ab0ecb2d862a35346de9bce6 100644 (file)
@@ -22,8 +22,6 @@ using namespace llvm::support;
 using namespace llvm::pdb;
 
 namespace {
-const uint32_t MinTypeIndex = codeview::TypeIndex::FirstNonSimpleIndex;
-
 const uint32_t MinHashBuckets = 0x1000;
 const uint32_t MaxHashBuckets = 0x40000;
 }