Explorar o código

Remove another needless typedef

Nick Mathewson %!s(int64=5) %!d(string=hai) anos
pai
achega
1da9741bca
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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
-