Skip to content

Commit

Permalink
Remove unused variable (introduced in r173884) to clear clang -Werror…
Browse files Browse the repository at this point in the history
… build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173887 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed Jan 30, 2013
1 parent cbaf2ac commit 84fb963
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ namespace llvm {
class MipsSubtarget;

class MipsELFStreamer : public MCELFStreamer {
private:
unsigned EFlags;
public:
MipsELFStreamer(MCContext &Context, MCAsmBackend &TAB,
raw_ostream &OS, MCCodeEmitter *Emitter,
Expand Down

0 comments on commit 84fb963

Please sign in to comment.