avoid "statement not reached" warning

This commit is contained in:
Bodo Möller 2001-09-13 13:02:59 +00:00
parent 8ce2912fbc
commit 4e1b0d8904

View File

@ -176,7 +176,6 @@ static int add_cmp(const void *ca_void, const void *cb_void)
/* abort(); */ /* abort(); */
return 0; return 0;
} }
return(1); /* should not get here */
} }
static int init_added(void) static int init_added(void)