]> 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)
committerNick Mathewson <nickm@torproject.org>
Thu, 20 Sep 2018 18:34:44 +0000 (14:34 -0400)
src/or/rephist.h

index 837bb8d0438ecd3b79b59950f6fe3e4122261da5..f4bcd8ea0964f668fdc3d5f873d6aba0b9849c77 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
-