From: Zachary Turner Date: Mon, 13 Mar 2017 16:18:08 +0000 (+0000) Subject: Remove an unused variable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=111ee794a0e9dc5d769a4376b85f7a26a973c4eb;p=llvm Remove an unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297632 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/CodeView/SymbolSerializer.h b/include/llvm/DebugInfo/CodeView/SymbolSerializer.h index 54fcd092c4e..f2e99bd8332 100644 --- a/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +++ b/include/llvm/DebugInfo/CodeView/SymbolSerializer.h @@ -28,7 +28,6 @@ class BinaryStreamWriter; namespace codeview { class SymbolSerializer : public SymbolVisitorCallbacks { - uint32_t RecordStart = 0; BumpPtrAllocator &Storage; std::vector RecordBuffer; MutableBinaryByteStream Stream;