# housekeeping - comments+rationale for yesterday's CJSComplex cleanup

This was SVN commit r4175.
This commit is contained in:
janwas
2006-07-27 12:54:47 +00:00
parent 0740794e8a
commit 1da24b9cee
4 changed files with 49 additions and 12 deletions
+1 -2
View File
@@ -5,7 +5,7 @@
//-----------------------------------------------------------------------------
// suballocator for CJSComplex.m_Properties elements
// (must come after property defs)
// (must come after property defs, which are currently in the header)
//-----------------------------------------------------------------------------
static Bucket bucket;
@@ -42,4 +42,3 @@ void jscomplexproperty_suballoc_free(IJSComplexProperty* p)
p->~IJSComplexProperty();
bucket_free(&bucket, p);
}