diff options
Diffstat (limited to 'source3/param/params.c')
-rw-r--r-- | source3/param/params.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/params.c b/source3/param/params.c index 1cf3aa9eb1..25f9004c27 100644 --- a/source3/param/params.c +++ b/source3/param/params.c @@ -203,7 +203,6 @@ static int Continuation( char *line, int pos ) /* we should recognize if `\` is part of a multibyte character or not. */ while(pos2 <= pos) { size_t skip = 0; - skip = get_character_len(line[pos2]); if (skip) { pos2 += skip; } else if (pos == pos2) { |