]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
No more need for node_t *p BEFORE_ANDY_CLEANUP
authorstrtok <redacted>
Thu, 19 Jun 2003 23:21:26 +0000 (23:21 +0000)
committerstrtok <redacted>
Thu, 19 Jun 2003 23:21:26 +0000 (23:21 +0000)
src/list.c

index d2fe3b34f268f26cd7cf3be26feadc436faa33be..59f4353963c2dca39416eb8c6051af56275644d8 100644 (file)
@@ -74,8 +74,6 @@ node_t *list_add(list_t *list, node_t *node)
 
 node_t *list_remove(list_t *list, node_t *node)
 {
-   node_t *p;
-
    if(list == NULL || node == NULL)
       return NULL;