Fix warning about unused member.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-08-12 20:27:50 +00:00
parent f962c02b80
commit 55e464b405

View File

@ -45,7 +45,6 @@ namespace lto {
private:
void *DrvImpl;
VariantTy DrvStyle;
};
}