]> mj.ucw.cz Git - libucw.git/commitdiff
get rid of return's after ASSERT's. that only caused warnings with (buggy)
authorRobert Spalek <robert@ucw.cz>
Thu, 2 Mar 2006 04:14:10 +0000 (14:14 +1000)
committerRobert Spalek <robert@peanut.(none)>
Thu, 2 Mar 2006 04:14:10 +0000 (14:14 +1000)
gcc4

lib/slists.c

index 42105c2036cb781e3cef3037db228988e0bc6122..fffc64ec05f9893a7ee35daf2a02e1cc6d78157f 100644 (file)
@@ -21,7 +21,6 @@ slist_raw_prev(slist *l, snode *n)
       m = m->next;
     }
   ASSERT(0);
-  return NULL;
 }
 
 void *