From: Roger Dingledine Date: Fri, 24 Sep 2010 02:10:30 +0000 (-0400) Subject: remove a redundant assert X-Git-Tag: tor-0.2.2.17-alpha~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bac1885729ba995397f673575ed58bbb0d698a8;p=thirdparty%2Ftor.git remove a redundant assert --- diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index cc94a74d4b..90ae92a451 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -3209,8 +3209,6 @@ entry_guard_set_status(entry_guard_t *e, routerinfo_t *ri, char buf[HEX_DIGEST_LEN+1]; int changed = 0; - tor_assert(options); /* dead code */ - *reason = NULL; /* Do we want to mark this guard as bad? */