From 456f14dae5600cb741cf0a4281ff5690337a92b2 Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 20 May 2015 01:44:59 +0000 Subject: [PATCH] oops - committed in error git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50728 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/exec/remove.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rom/exec/remove.c b/rom/exec/remove.c index 8257b05d90..a135ae5030 100644 --- a/rom/exec/remove.c +++ b/rom/exec/remove.c @@ -62,8 +62,6 @@ */ node->ln_Pred->ln_Succ = node->ln_Succ; node->ln_Succ->ln_Pred = node->ln_Pred; - node->ln_Succ = NULL; - node->ln_Pred = NULL; AROS_LIBFUNC_EXIT } /* Remove */ -- 2.11.4.GIT