diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-21 22:05:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-21 22:05:09 -0400 |
commit | 9d4c53534de1c496069860f313633e1c31a8a461 (patch) | |
tree | 5e43b4f9bc185a540f598631057a5872dd6a774c /src/or/nodelist.c | |
parent | cf182efe0d026273fcea48321e30b29279e99de3 (diff) | |
download | tor-9d4c53534de1c496069860f313633e1c31a8a461.tar.gz tor-9d4c53534de1c496069860f313633e1c31a8a461.zip |
Remove the testing_since* fields
They weren't actually used since 7a35dad00
Bug 5809
Diffstat (limited to 'src/or/nodelist.c')
-rw-r--r-- | src/or/nodelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/nodelist.c b/src/or/nodelist.c index c357bc0474..642816cca3 100644 --- a/src/or/nodelist.c +++ b/src/or/nodelist.c @@ -127,7 +127,6 @@ static void node_addrs_changed(node_t *node) { node->last_reachable = node->last_reachable6 = 0; - node->testing_since = node->testing_since6 = 0; node->country = -1; } |