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
ac989df8e3
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);
 		tps_response_sent(&msg);
 	}
 	}
 
 
-ready:
 	obuf->s = tps_msg_update(&msg, (unsigned int*)&obuf->len);
 	obuf->s = tps_msg_update(&msg, (unsigned int*)&obuf->len);
 
 
 done:
 done: