Minor cleanup: Remove unused function

Change-Id: Ie8d0c7b360ff120f381e33439037cf7b01257456
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Simon Hausmann 2017-03-28 14:40:44 +02:00
parent ecda87091f
commit 03006adeec
1 changed files with 0 additions and 7 deletions

View File

@ -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);