فهرست منبع

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

Ovidiu Sas 9 سال پیش
والد
کامیت
0977d5a392
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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: