aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-03-28 14:40:44 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-03-29 07:04:54 +0000
commit03006adeecfba8fdfa219e2a54f93eea21c81eeb (patch)
treee571a16fef8f7c8288b377903eab4c49b6f6381d /src
parentecda87091f290daec34bee6b55dd9cf920ffdcff (diff)
Minor cleanup: Remove unused function
Change-Id: Ie8d0c7b360ff120f381e33439037cf7b01257456 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src')
-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);