diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-19 01:50:29 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-19 01:50:29 +0000 |
commit | 2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5 (patch) | |
tree | 7bcebdae73195ef7224ec5e1e7517b61e07d7879 /lib | |
parent | f11b55c5cc85193170194c9d289ab15b2ad58b6d (diff) | |
download | external_llvm-2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5.zip external_llvm-2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5.tar.gz external_llvm-2a4888b347ec1e7f69dcf2dcad0d7fd7baef50c5.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsTargetStreamer.h b/lib/Target/Mips/MipsTargetStreamer.h index c1f9e40..d256c08 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); |