From 55e464b4056e81b6a3d976533b43e7155e5dd7c6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 12 Aug 2013 20:27:50 +0000 Subject: [PATCH] Fix warning about unused member. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188200 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lto/LTOPostIPODriver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/lto/LTOPostIPODriver.h b/tools/lto/LTOPostIPODriver.h index c1813b9989c..548e7321576 100644 --- a/tools/lto/LTOPostIPODriver.h +++ b/tools/lto/LTOPostIPODriver.h @@ -45,7 +45,6 @@ namespace lto { private: void *DrvImpl; - VariantTy DrvStyle; }; } -- 2.34.1