--- ray/src/hd/sm_list.c 1998/09/11 11:52:26 3.2 +++ ray/src/hd/sm_list.c 1998/09/16 18:16:28 3.3 @@ -50,9 +50,6 @@ LIST *a,*b; { LIST * l; - if(!a) - return(b); - if(!b) return(a);