Explorar el Código

Remove another needless typedef

Nick Mathewson hace 5 años
padre
commit
1da9741bca
Se han modificado 1 ficheros con 0 adiciones y 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
-