diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index d401bf1f3b..a0929c9c86 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2964,7 +2964,6 @@ get_next_token(memarea_t *area, tok->tp = table[i].v; o_syn = table[i].os; *s = eat_whitespace_eos_no_nl(next, eol); - next = find_whitespace_eos(*s, eol); /* XXXX021 lower this. */ /* We go ahead whether there are arguments or not, so that tok->args is * always set if we want arguments. */ if (table[i].concat_args) { |