]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
removed an unreachable statement
authorAndrew Tridgell <tridge@samba.org>
Thu, 5 Jul 2001 11:46:36 +0000 (11:46 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 5 Jul 2001 11:46:36 +0000 (11:46 +0000)
source/param/params.c

index 4e749538897330f312d038ea23550a106e960edd..61baf9517c3eaa69d284f58901b8a6a4458c76f0 100644 (file)
@@ -200,7 +200,6 @@ static int Continuation( char *line, int pos )
                pos--;
 
        return (((pos >= 0) && ('\\' == line[pos])) ? pos : -1 );
-       return (-1);
 }