Remove unused variable.

llvm-svn: 268455
This commit is contained in:
Zachary Turner 2016-05-03 22:26:46 +00:00
parent 2d02ceefdc
commit ce48c4d975
1 changed files with 0 additions and 2 deletions

View 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;
}