Fix warning about unused member.
authorEric Christopher <echristo@gmail.com>
Mon, 12 Aug 2013 20:27:50 +0000 (20:27 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 12 Aug 2013 20:27:50 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188200 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOPostIPODriver.h

index c1813b9989c4a48303a9c4b1b85bb1175588ab43..548e732157674671dd7ad18f3a72f6ea07c07c2a 100644 (file)
@@ -45,7 +45,6 @@ namespace lto {
 
   private:
     void *DrvImpl;
-    VariantTy DrvStyle;
   };
 }