aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit
diff options
context:
space:
mode:
authorMaks Naumov <maksqwe1@ukr.net>2015-03-21 19:37:17 +0200
committerMaks Naumov <maksqwe1@ukr.net>2015-03-21 18:33:41 +0000
commit226419514e9a05040e691ac84bae5e1fb5e5191a (patch)
treea487a1ee086b0a8b2e143622604536c55eba38ed /src/qml/jit
parent90b06e27738423b8012d1c16672b60a971fe8b4c (diff)
Remove unused variable in InstructionSelection::run()
Change-Id: I61ebeab024cd3e31e9d94810454328b4e8d48364 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/jit')
-rw-r--r--src/qml/jit/qv4isel_masm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jit/qv4isel_masm.cpp b/src/qml/jit/qv4isel_masm.cpp
index 9ec1ed36c8..05d3876466 100644
--- a/src/qml/jit/qv4isel_masm.cpp
+++ b/src/qml/jit/qv4isel_masm.cpp
@@ -210,7 +210,6 @@ InstructionSelection::~InstructionSelection()
void InstructionSelection::run(int functionIndex)
{
IR::Function *function = irModule->functions[functionIndex];
- QVector<Lookup> lookups;
qSwap(_function, function);
IR::Optimizer opt(_function);