summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-11-19 01:50:29 +0000
committerEric Christopher <echristo@gmail.com>2013-11-19 01:50:29 +0000
commit2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5 (patch)
tree7bcebdae73195ef7224ec5e1e7517b61e07d7879 /lib
parentf11b55c5cc85193170194c9d289ab15b2ad58b6d (diff)
downloadllvm-2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5.tar.gz
llvm-2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5.tar.bz2
llvm-2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5.tar.xz
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Mips/MipsTargetStreamer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsTargetStreamer.h b/lib/Target/Mips/MipsTargetStreamer.h
index c1f9e40f55..d256c08a1f 100644
--- a/lib/Target/Mips/MipsTargetStreamer.h
+++ b/lib/Target/Mips/MipsTargetStreamer.h
@@ -23,7 +23,6 @@ public:
// This part is for ascii assembly output
class MipsTargetAsmStreamer : public MipsTargetStreamer {
- formatted_raw_ostream &OS;
public:
MipsTargetAsmStreamer(formatted_raw_ostream &OS);