summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-20 14:34:44 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-20 14:34:44 -0400
commit1da9741bca8b16e8c5f15d91f646ee1ea4985750 (patch)
tree6ed478f38a4026bb92868250833b9f4005118ddb
parent72e30f26ec291baba202b71e121c3211af2db371 (diff)
downloadtor-1da9741bca8b16e8c5f15d91f646ee1ea4985750.tar.gz
tor-1da9741bca8b16e8c5f15d91f646ee1ea4985750.zip
Remove another needless typedef
-rw-r--r--src/or/rephist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index 837bb8d043..f4bcd8ea09 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
-