Remove another needless typedef

This commit is contained in:
Nick Mathewson 2018-09-20 14:34:44 -04:00 committed by teor
parent a0db5ade3e
commit 684b396ce5
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View 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