aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/jit/qv4assembler_p.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qml/jit/qv4assembler_p.h b/src/qml/jit/qv4assembler_p.h
index e507a14f12..81b164beb2 100644
--- a/src/qml/jit/qv4assembler_p.h
+++ b/src/qml/jit/qv4assembler_p.h
@@ -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);