diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-23 22:10:30 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-28 19:10:22 -0400 |
commit | 8bac1885729ba995397f673575ed58bbb0d698a8 (patch) | |
tree | 6d339e38c4625bc8b3fb9c8faf3955accca40fb2 /src/or/circuitbuild.c | |
parent | 127f37ad29260e040002b8fc49857defc661e391 (diff) | |
download | tor-8bac1885729ba995397f673575ed58bbb0d698a8.tar.gz tor-8bac1885729ba995397f673575ed58bbb0d698a8.zip |
remove a redundant assert
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 0 insertions, 2 deletions
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? */ |