forked from OSchip/llvm-project
CodeView: Remove an unused variable
It was breaking the -Werror build. llvm-svn: 277878
This commit is contained in:
parent
4c65c3596a
commit
272cbacc25
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue