remove misleading call

The `extractors` array is allocated on start-up (which is why it's
ok for places).
This commit is contained in:
Matthew Flatt 2015-02-13 06:58:55 -07:00
parent f5da16b56d
commit 0b82125ce9

View File

@ -1607,9 +1607,6 @@ static Scheme_Object *custodian_to_list(int argc, Scheme_Object *argv[])
NULL);
}
/* Init extractors: */
scheme_add_custodian_extractor(0, NULL);
/* Count children: */
kids = 0;
for (c = CUSTODIAN_FAM(m->children); c; c = CUSTODIAN_FAM(c->sibling)) {