aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4mm_p.h
diff options
context:
space:
mode:
authorLars Knoll <[email protected]>2014-03-25 09:15:51 +0100
committerThe Qt Project <[email protected]>2014-03-25 10:01:38 +0100
commitda7995ef2d813666c850eae3bc97a7df45f47c19 (patch)
treeae2fd5d1dd89b9e9ab0380299278ef6ef3c9266e /src/qml/jsruntime/qv4mm_p.h
parent3c1506ebd7e3d5f0b8eba2c3b410d73ec64602aa (diff)
Remove code for conservative GC
This was meant as a debugging help after we took the exact GC into use. Turns out it doesn't help debug any issues, aggressive garbage collection is much more helpful in finding GC issues. Change-Id: Idfff26d3a4a15e570615009c1e57921bca6297ca Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4mm_p.h')
-rw-r--r--src/qml/jsruntime/qv4mm_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4mm_p.h b/src/qml/jsruntime/qv4mm_p.h
index 67fc87330b..42c507dec7 100644
--- a/src/qml/jsruntime/qv4mm_p.h
+++ b/src/qml/jsruntime/qv4mm_p.h
@@ -124,7 +124,6 @@ protected:
#endif // DETAILED_MM_STATS
private:
- void collectFromStack() const;
void collectFromJSStack() const;
void mark();
void sweep(bool lastSweep = false);