Procházet zdrojové kódy

modules/topos: fix warning: label "ready" defined but not used [-Wunused-label]

Ovidiu Sas před 9 roky
rodič
revize
0977d5a392
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      modules/topos/topos_mod.c

+ 0 - 1
modules/topos/topos_mod.c

@@ -354,7 +354,6 @@ int tps_msg_sent(void *data)
 		tps_response_sent(&msg);
 	}
 
-ready:
 	obuf->s = tps_msg_update(&msg, (unsigned int*)&obuf->len);
 
 done: