From: Roger Dingledine Date: Thu, 25 May 2017 03:29:30 +0000 (-0400) Subject: get rid of some dead code (leftover from commit fa04fe1) X-Git-Tag: tor-0.3.1.2-alpha~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f74749fbabe1122cbcd812c56ab0dc77c358f9d;p=thirdparty%2Ftor.git get rid of some dead code (leftover from commit fa04fe1) --- diff --git a/src/or/router.c b/src/or/router.c index f2741b70af..9b4c2445f4 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2309,7 +2309,6 @@ router_build_fresh_descriptor(routerinfo_t **r, extrainfo_t **e) } if (is_legal) { smartlist_add_strdup(ri->declared_family, name); - name = NULL; } } else if (router_digest_is_me(member->identity)) { /* Don't list ourself in our own family; that's redundant */