Minor cleanup: Remove unused function
Change-Id: Ie8d0c7b360ff120f381e33439037cf7b01257456 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
ecda87091f
commit
03006adeec
|
@ -1235,13 +1235,6 @@ public:
|
|||
TargetConfiguration::MacroAssembler::storeDouble(fpScratchRegister, loadAddress(scratchRegister, target));
|
||||
}
|
||||
|
||||
void storeValue(QV4::Primitive value, RegisterID destination)
|
||||
{
|
||||
Q_UNUSED(value);
|
||||
Q_UNUSED(destination);
|
||||
Q_UNREACHABLE();
|
||||
}
|
||||
|
||||
void storeValue(QV4::Primitive value, Address destination)
|
||||
{
|
||||
RegisterSizeDependentOps::storeValue(this, value, destination);
|
||||
|
|
Loading…
Reference in New Issue