]> Pileus Git - ~andy/fetchmail/commitdiff
Fix a "not reached".
authorEric S. Raymond <esr@thyrsus.com>
Tue, 16 Sep 1997 15:46:21 +0000 (15:46 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 16 Sep 1997 15:46:21 +0000 (15:46 -0000)
svn path=/trunk/; revision=1348

uid.c

diff --git a/uid.c b/uid.c
index 735bdbf8d4225a811083a8fce3e6013303c96134..ec31d892ee3b95ce9f7ef069756e00c368ff1262 100644 (file)
--- 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)