diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-29 16:54:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-29 16:54:51 +0000 |
commit | fa6e72dc4b96a58b0c4422f1ac0427f954560600 (patch) | |
tree | eb4db9ecedffe9dcf3e7700dab0d9686f512dc91 /src | |
parent | a42e82b0de678ff00be41894df9691cacbb34987 (diff) | |
download | tor-fa6e72dc4b96a58b0c4422f1ac0427f954560600.tar.gz tor-fa6e72dc4b96a58b0c4422f1ac0427f954560600.zip |
Remove a call to find_whitespace_eos that didn't actually do anything.
svn:r17811
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) { |