mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Remove dead code
This commit is contained in:
parent
a1d844c3ab
commit
81124e6be3
1 changed files with 0 additions and 4 deletions
|
@ -4857,10 +4857,6 @@ int gc_minor(void *data, object low_limit, object high_limit, closure cont,
|
|||
if (is_value_type(o)) {
|
||||
// Can happen if a vector element was already
|
||||
// moved and we found an index. Just ignore it
|
||||
//if (obj_is_char(o)) {
|
||||
// o = (object)(((uintptr_t) o) - 2);
|
||||
// gc_move2heap(o);
|
||||
//}
|
||||
} else if (type_of(o) == pair_tag) {
|
||||
gc_move2heap(car(o));
|
||||
gc_move2heap(cdr(o));
|
||||
|
|
Loading…
Add table
Reference in a new issue