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)
(This used to be commit 6503f53abe2642b002d8c9c64a2e0534c2b39b8c)

source3/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);
 }