Remove some obsolete FIXMEs.

main
theraven 15 years ago
parent 7b49755964
commit 4fc7030973

@ -283,7 +283,6 @@ static const char *alignof_type(const char *type, size_t *align)
case '[': case '[':
{ {
const char *t = type; const char *t = type;
// FIXME: aligned size
parse_array(&t, (type_parser)alignof_type, &align); parse_array(&t, (type_parser)alignof_type, &align);
return t; return t;
} }

@ -143,7 +143,7 @@ PRIVATE void SparseArrayInsert(SparseArray * sarray, uint32_t index, void *value
init_pointers(newsarray); init_pointers(newsarray);
sarray->data[i] = newsarray; sarray->data[i] = newsarray;
child = newsarray; child = newsarray;
}// FIXME: Concurrency (don't CoW twice) }
else if (child->refCount > 1) else if (child->refCount > 1)
{ {
// Copy the copy-on-write part of the tree // Copy the copy-on-write part of the tree

Loading…
Cancel
Save