--- a/src/core/object.cc Sun Mar 16 20:59:04 2008 +0100
+++ b/src/core/object.cc Sun Mar 16 21:00:31 2008 +0100
@@ -64,7 +64,6 @@
: m_count (1),
m_tid (Object::GetTypeId ()),
m_disposed (false),
- m_collecting (false),
m_next (this)
{}
Object::~Object ()
--- a/src/core/object.h Sun Mar 16 20:59:04 2008 +0100
+++ b/src/core/object.h Sun Mar 16 21:00:31 2008 +0100
@@ -196,7 +196,6 @@
* has run, false otherwise.
*/
bool m_disposed;
- mutable bool m_collecting;
/**
* A pointer to the next aggregate object. This is a circular
* linked list of aggregated objects: the last one points