projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60eb769
)
Fix warning about unused member.
author
Eric Christopher
<echristo@gmail.com>
Mon, 12 Aug 2013 20:27:50 +0000
(20:27 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Mon, 12 Aug 2013 20:27:50 +0000
(20:27 +0000)
llvm-svn: 188200
llvm/tools/lto/LTOPostIPODriver.h
patch
|
blob
|
history
diff --git
a/llvm/tools/lto/LTOPostIPODriver.h
b/llvm/tools/lto/LTOPostIPODriver.h
index c1813b9989c4a48303a9c4b1b85bb1175588ab43..548e732157674671dd7ad18f3a72f6ea07c07c2a 100644
(file)
--- a/
llvm/tools/lto/LTOPostIPODriver.h
+++ b/
llvm/tools/lto/LTOPostIPODriver.h
@@
-45,7
+45,6
@@
namespace lto {
private:
void *DrvImpl;
- VariantTy DrvStyle;
};
}