mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 04:06:18 +00:00
# housekeeping - comments+rationale for yesterday's CJSComplex cleanup
This was SVN commit r4175.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user