[tor/master] Remove another needless typedef

20 Sep
2018
20 Sep
'18
6:46 p.m.
commit 1da9741bca8b16e8c5f15d91f646ee1ea4985750 Author: Nick Mathewson <nickm@torproject.org> Date: Thu Sep 20 14:34:44 2018 -0400 Remove another needless typedef --- src/or/rephist.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/or/rephist.h b/src/or/rephist.h index 837bb8d04..f4bcd8ea0 100644 --- a/src/or/rephist.h +++ b/src/or/rephist.h @@ -117,9 +117,7 @@ extern uint32_t rephist_total_num; #ifdef TOR_UNIT_TESTS extern int onion_handshakes_requested[MAX_ONION_HANDSHAKE_TYPE+1]; extern int onion_handshakes_assigned[MAX_ONION_HANDSHAKE_TYPE+1]; -typedef struct bw_array_t bw_array_t; extern bw_array_t *write_array; #endif #endif -
2438
Age (days ago)
2438
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org