瀏覽代碼

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

Ovidiu Sas 9 年之前
父節點
當前提交
ac989df8e3
共有 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: