Browse Source

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

Ovidiu Sas 9 years ago
parent
commit
ac989df8e3
1 changed files with 0 additions and 1 deletions
  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: