[or-cvs] r17811: {tor} Remove a call to find_whitespace_eos that didn't actually do (tor/trunk/src/or)

nickm at seul.org nickm at seul.org
Mon Dec 29 16:54:52 UTC 2008


Author: nickm
Date: 2008-12-29 11:54:51 -0500 (Mon, 29 Dec 2008)
New Revision: 17811

Modified:
   tor/trunk/src/or/routerparse.c
Log:
Remove a call to find_whitespace_eos that didn't actually do anything.

Modified: tor/trunk/src/or/routerparse.c
===================================================================
--- tor/trunk/src/or/routerparse.c	2008-12-29 14:21:25 UTC (rev 17810)
+++ tor/trunk/src/or/routerparse.c	2008-12-29 16:54:51 UTC (rev 17811)
@@ -2964,7 +2964,6 @@
       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) {



More information about the tor-commits mailing list