From: Nick Mathewson Date: Thu, 20 Sep 2018 18:34:44 +0000 (-0400) Subject: Remove another needless typedef X-Git-Tag: tor-0.3.5.9~29^2^2~5^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=684b396ce5c0a4d5ea70ec01a22d6d368819c873;p=thirdparty%2Ftor.git Remove another needless typedef --- diff --git a/src/or/rephist.h b/src/or/rephist.h index c464b34f7c..d2f6c66df7 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 -