diff options
author | MC <mc@hack.org> | 2010-06-29 15:24:17 +0200 |
---|---|---|
committer | MC <mc@hack.org> | 2010-06-29 15:24:17 +0200 |
commit | 9be3864254f2accfabe0a152aadf36b217147944 (patch) | |
tree | ecd27bd834353f7a52e0d3085f21dc7765b0bd53 | |
parent | b41de54a66fbdce088b5dfb377803df17297219d (diff) | |
download | mcwm-9be3864254f2accfabe0a152aadf36b217147944.zip |
Removed debug comment.
-rw-r--r-- | list.c | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -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); |