]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove another needless typedef
authorNick Mathewson <nickm@torproject.org>
Thu, 20 Sep 2018 18:34:44 +0000 (14:34 -0400)
committerteor <teor@torproject.org>
Tue, 16 Apr 2019 05:33:14 +0000 (15:33 +1000)
src/or/rephist.h

index c464b34f7cfc331cd2d4a1bb3b93e99651ceec64..d2f6c66df73c2126d0e632cdb33966c909db3aa3 100644 (file)
@@ -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
-