From 907bf338ca71a4e330750071a308d3029b9009a1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 16 Sep 1997 15:46:21 +0000 Subject: Fix a "not reached". svn path=/trunk/; revision=1348 --- uid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'uid.c') diff --git a/uid.c b/uid.c index 735bdbf8..ec31d892 100644 --- a/uid.c +++ b/uid.c @@ -243,7 +243,6 @@ int delete_str(struct idlist **idl, int num) } else return(delete_str(&(*idl)->next, num)); - return(0); } void append_str_list(struct idlist **idl, struct idlist **nidl) -- cgit v1.2.3