Fix build on MIPS32

Remove stack handling function that's dead code that doesn't compile.

Task-number: QTBUG-58567
Change-Id: I704b0323522ce2a313d6cc85112f782872c3bf68
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Simon Hausmann 2017-05-09 11:30:03 +02:00 committed by Jani Heikkinen
parent a225bddf67
commit 7434d05cc1
1 changed files with 0 additions and 8 deletions

View File

@ -248,14 +248,6 @@ public:
}
#endif
#if CPU(MIPS)
void poke(FPRegisterID src, int index = 0)
{
ASSERT(!(index & 1));
storeDouble(src, addressForPoke(index));
}
#endif
// Backwards banches, these are currently all implemented using existing forwards branch mechanisms.
void branchPtr(RelationalCondition cond, RegisterID op1, TrustedImmPtr imm, Label target)
{