diff options
author | Roger Dingledine <arma@torproject.org> | 2015-01-18 15:53:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-18 15:53:06 -0500 |
commit | 5aa55a1369dbcb849f1290291c48054f25cdd623 (patch) | |
tree | 93388408f2514bb2c27339cf9a0ba727f433b95e /src/or/or.h | |
parent | fae72a8d0a749a99b9b518c2234aeb5c30552f69 (diff) | |
download | tor-5aa55a1369dbcb849f1290291c48054f25cdd623.tar.gz tor-5aa55a1369dbcb849f1290291c48054f25cdd623.zip |
Remove the unused rend_cache_entry_t->received field.
(Patch from arma, commit message from nick.)
Closes #14222.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7568fc16a8..f821d0b405 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4897,7 +4897,6 @@ typedef struct rend_service_descriptor_t { /** A cached rendezvous descriptor. */ typedef struct rend_cache_entry_t { size_t len; /**< Length of <b>desc</b> */ - time_t received; /**< When was the descriptor received? */ time_t last_served; /**< When did we last write this one to somebody? * (HSDir only) */ char *desc; /**< Service descriptor */ |