From 9be3864254f2accfabe0a152aadf36b217147944 Mon Sep 17 00:00:00 2001 From: MC Date: Tue, 29 Jun 2010 15:24:17 +0200 Subject: Removed debug comment. --- list.c | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/list.c b/list.c index b2c1580..c39eb96 100644 --- a/list.c +++ b/list.c @@ -145,27 +145,6 @@ int main(void) listitems(mainlist); printf("DELETING.\n"); - -/* - delclient: entry removed. item = 0x28201040, *mainlist = 0x28201050 - in listitems: mainlist = 0x28201050 - item #1 (stored at 0x28201050): 3 - item #2 (stored at 0x28201030): 1 - - Removing last item... - - next == NULL - prev == *mainlist - - delclient: entry removed. item = 0x28201030, *mainlist = 0x28201050 - in listitems: mainlist = 0x28201050 - item #1 (stored at 0x28201050): 3 - item #2 (stored at 0x28201030): 1 - - delclient: first entry removed. - in listitems: mainlist = 0x28201030 - item #1 (stored at 0x28201030): 1 -*/ delitem(&mainlist, item2); listitems(mainlist); -- cgit v1.2.3