From d4813c8ddb1923525a26de2defdabebb1b74304c Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Tue, 28 May 2024 23:12:59 -0400 Subject: [PATCH] WIP --- include/sl.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/sl.h b/include/sl.h index 2ca17a8..90eceee 100644 --- a/include/sl.h +++ b/include/sl.h @@ -832,13 +832,6 @@ void __attribute__((format(printf, 4, 5))) __skip_diag_(const char *file, int li new->field.sle_levels[i].next = slist->slh_tail; \ } \ } \ - /* Ensure all slh_head->next[] above loc point to tail. */ \ - if (path[1].node == slist->slh_head) { \ - __SKIP_ENTRIES_B2T_FROM(field, slist->slh_head, loc + 1) \ - { \ - slist->slh_head->field.sle_levels[lvl].next = slist->slh_tail; \ - } \ - } \ /* Adjust the previous pointers in the nodes. */ \ new->field.sle_prev = path[1].node; \ new->field.sle_levels[0].next->field.sle_prev = new; \