diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-14 21:38:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-14 21:38:05 +0000 |
commit | 27bbfe9dcf9d44e2c4a363af2f1775e3ae442d15 (patch) | |
tree | 5b2351b8e9cb6ec0664433d96fc79659fa985066 /src/or/routerparse.c | |
parent | e3adcbdb953fa132d0658cf18a8b91f42b139640 (diff) | |
download | tor-27bbfe9dcf9d44e2c4a363af2f1775e3ae442d15.tar.gz tor-27bbfe9dcf9d44e2c4a363af2f1775e3ae442d15.zip |
Would you believe that the software_versions field of routerlist_t was never actually used for anything?
svn:r5064
Diffstat (limited to 'src/or/routerparse.c')
-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 e9f551d479..47808d914a 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -539,7 +539,6 @@ router_parse_routerlist_from_directory(const char *str, goto err; } - new_dir->software_versions = versions; versions = NULL; new_dir->published_on = published_on; SMARTLIST_FOREACH(tokens, directory_token_t *, tok, token_free(tok)); |