Browse Source

Remove another needless typedef

Nick Mathewson 5 years ago
parent
commit
1da9741bca
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/rephist.h

+ 0 - 2
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
-