diff options
author | Marvin Borner | 2023-06-01 17:33:56 +0200 |
---|---|---|
committer | Marvin Borner | 2023-06-01 17:33:56 +0200 |
commit | c062eaeea09592cbdf7e5d732e992d0cdd8eedc5 (patch) | |
tree | 23cdfd41e6a492338c9f902b3a2206a642746530 /src/term.c | |
parent | ccd4914d395b5a588868cffaad580c29167e6747 (diff) |
More scheduling
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -143,10 +143,8 @@ void term_rehash_parents(struct term *term) parents = new; } - fprintf(stderr, "NEW\n"); struct parent_list *iterator = parents; while (iterator && iterator->term) { - fprintf(stderr, "rehashing parent\n"); struct term *parent = iterator->term; hash_t previous = parent->hash; struct term *new = term_rehash(parent); |