]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a call to find_whitespace_eos that didn't actually do anything.
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Dec 2008 16:54:51 +0000 (16:54 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Dec 2008 16:54:51 +0000 (16:54 +0000)
svn:r17811

src/or/routerparse.c

index d401bf1f3beadf533ee83ebf876d7a5bb138bd40..a0929c9c869159b7f40dfc0279970201f1434510 100644 (file)
@@ -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) {