]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove a redundant assert
authorRoger Dingledine <arma@torproject.org>
Fri, 24 Sep 2010 02:10:30 +0000 (22:10 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 28 Sep 2010 23:10:22 +0000 (19:10 -0400)
src/or/circuitbuild.c

index cc94a74d4bdde999fa1c5856f4ea696134389b05..90ae92a451c2e8745fc839cb675a5fb356a35a44 100644 (file)
@@ -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? */