From: Andrew Tridgell Date: Thu, 5 Jul 2001 11:46:36 +0000 (+0000) Subject: removed an unreachable statement X-Git-Tag: samba-2.2.5pre1~1779^2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6503f53abe2642b002d8c9c64a2e0534c2b39b8c;p=thirdparty%2Fsamba.git removed an unreachable statement --- diff --git a/source/param/params.c b/source/param/params.c index 4e749538897..61baf9517c3 100644 --- a/source/param/params.c +++ b/source/param/params.c @@ -200,7 +200,6 @@ static int Continuation( char *line, int pos ) pos--; return (((pos >= 0) && ('\\' == line[pos])) ? pos : -1 ); - return (-1); }