From 111ee794a0e9dc5d769a4376b85f7a26a973c4eb Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 13 Mar 2017 16:18:08 +0000 Subject: [PATCH] Remove an unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297632 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0