remove misleading call
The `extractors` array is allocated on start-up (which is why it's ok for places).
This commit is contained in:
parent
f5da16b56d
commit
0b82125ce9
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user