summaryrefslogtreecommitdiff
path: root/tools/lto
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-12 20:27:50 +0000
committerEric Christopher <echristo@gmail.com>2013-08-12 20:27:50 +0000
commit55e464b4056e81b6a3d976533b43e7155e5dd7c6 (patch)
treefe945f227bb8678adca1130f444dfbc7695ab036 /tools/lto
parentf962c02b80cc8b21c8ece92ab5dd67455a945361 (diff)
downloadllvm-55e464b4056e81b6a3d976533b43e7155e5dd7c6.tar.gz
llvm-55e464b4056e81b6a3d976533b43e7155e5dd7c6.tar.bz2
llvm-55e464b4056e81b6a3d976533b43e7155e5dd7c6.tar.xz
Fix warning about unused member.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto')
-rw-r--r--tools/lto/LTOPostIPODriver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lto/LTOPostIPODriver.h b/tools/lto/LTOPostIPODriver.h
index c1813b9989..548e732157 100644
--- a/tools/lto/LTOPostIPODriver.h
+++ b/tools/lto/LTOPostIPODriver.h
@@ -45,7 +45,6 @@ namespace lto {
private:
void *DrvImpl;
- VariantTy DrvStyle;
};
}