mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
[mips] Remove unused private field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea28b322f8
commit
0d811741fb
@ -25,12 +25,11 @@ class MCContext;
|
||||
class MCSubtargetInfo;
|
||||
|
||||
class MipsELFStreamer : public MCELFStreamer {
|
||||
const MCSubtargetInfo &STI;
|
||||
|
||||
public:
|
||||
MipsELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_ostream &OS,
|
||||
MCCodeEmitter *Emitter, const MCSubtargetInfo &STI)
|
||||
: MCELFStreamer(Context, MAB, OS, Emitter), STI(STI) {}
|
||||
: MCELFStreamer(Context, MAB, OS, Emitter) {}
|
||||
|
||||
virtual ~MipsELFStreamer() {}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user