aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-20 14:34:44 -0400
committerteor <teor@torproject.org>2019-04-16 15:33:14 +1000
commit684b396ce5c0a4d5ea70ec01a22d6d368819c873 (patch)
treea6f5f0d3c32aa864d833b675e2660687a739086d
parenta0db5ade3e1e2b81ed1196eb98aeca53583fba64 (diff)
downloadtor-684b396ce5c0a4d5ea70ec01a22d6d368819c873.tar.gz
tor-684b396ce5c0a4d5ea70ec01a22d6d368819c873.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 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
-