From bfe8722e9e60cda5a7cdf10d1cac7678f5d3b6b0 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 11 Jan 2017 00:56:53 +0000 Subject: [PATCH] Remove unused field. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291633 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/CodeView/CVTypeDumper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/DebugInfo/CodeView/CVTypeDumper.h b/include/llvm/DebugInfo/CodeView/CVTypeDumper.h index 62e8b7bd1b6..482bade1578 100644 --- a/include/llvm/DebugInfo/CodeView/CVTypeDumper.h +++ b/include/llvm/DebugInfo/CodeView/CVTypeDumper.h @@ -75,7 +75,6 @@ private: ScopedPrinter *W; - bool IsInFieldList = false; bool PrintRecordBytes = false; TypeDatabase TypeDB; -- 2.40.0