aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-01-22 13:27:56 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-01-26 19:44:59 +0000
commit0f8e0310b7ad874a1fbdb3def4cf8d7da7f943e5 (patch)
tree86ce9c2c24e22baad57f80ad1d56b174663bcafd
parentf624e9c26f91def6b54f3a72f5bb36fa490b1aae (diff)
Remove duplicated declaration
Change-Id: I42332ea59fcb5479d49c24c2189d066af569d4fc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/qml/memory/qv4mmdefs_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/memory/qv4mmdefs_p.h b/src/qml/memory/qv4mmdefs_p.h
index 12d71364e1..4e64ba8118 100644
--- a/src/qml/memory/qv4mmdefs_p.h
+++ b/src/qml/memory/qv4mmdefs_p.h
@@ -187,7 +187,6 @@ struct Chunk {
}
bool sweep(ClassDestroyStatsCallback classCountPtr);
- void freeAll();
void resetBlackBits();
void collectGrayItems(QV4::MarkStack *markStack);
bool sweep(ExecutionEngine *engine);