From: Nick Mathewson Date: Mon, 29 Dec 2008 16:54:51 +0000 (+0000) Subject: Remove a call to find_whitespace_eos that didn't actually do anything. X-Git-Tag: tor-0.2.1.10-alpha~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa6e72dc4b96a58b0c4422f1ac0427f954560600;p=thirdparty%2Ftor.git Remove a call to find_whitespace_eos that didn't actually do anything. svn:r17811 --- 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) {