Undo cached container commit.
This commit is contained in:
parent
a0d41f75ff
commit
4a665f492e
|
@ -170,8 +170,6 @@ void CACHED_CONTAINER::Delete( VERTEX_ITEM* aItem )
|
||||||
test();
|
test();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Currently: it is disable to avoid "out of memory" issues
|
|
||||||
#if 0
|
|
||||||
// Dynamic memory freeing, there is no point in holding
|
// Dynamic memory freeing, there is no point in holding
|
||||||
// a large amount of memory when there is no use for it
|
// a large amount of memory when there is no use for it
|
||||||
if( m_freeSpace > ( 0.75 * m_currentSize ) && m_currentSize > m_initialSize )
|
if( m_freeSpace > ( 0.75 * m_currentSize ) && m_currentSize > m_initialSize )
|
||||||
|
|
Loading…
Reference in New Issue