diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 03:38:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 03:38:46 +0000 |
commit | 1df0647c668645268b1b9c0246b91cad709e3708 (patch) | |
tree | 5665c29c7daa5aaee70dc18d33019e9fd576346e /src/or/main.c | |
parent | 7b022eda9c43c897e50c3b03a8201c132f76229c (diff) | |
download | tor-1df0647c668645268b1b9c0246b91cad709e3708.tar.gz tor-1df0647c668645268b1b9c0246b91cad709e3708.zip |
r18291@catbus: nickm | 2008-02-20 22:35:32 -0500
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry.
svn:r13638
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/main.c b/src/or/main.c index 53d8adad30..eb0e438dd0 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1473,11 +1473,6 @@ do_main_loop(void) continue; } } - - /* refilling buckets and sending cells happens at the beginning of the - * next iteration of the loop, inside prepare_for_poll() - * DOCDOC No longer so; fix comment. - */ } } |