CodeView: Remove an unused variable

It was breaking the -Werror build.

llvm-svn: 277878
This commit is contained in:
Justin Bogner 2016-08-05 21:57:10 +00:00
parent 4c65c3596a
commit 272cbacc25
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ static Error visitKnownRecord(const CVRecord<TypeLeafKind> &Record,
}
Error CVTypeVisitor::visitTypeRecord(const CVRecord<TypeLeafKind> &Record) {
ArrayRef<uint8_t> LeafData = Record.Data;
if (auto EC = Callbacks.visitTypeBegin(Record))
return EC;