]> git.sur5r.net Git - openocd/blobdiff - src/rtos/rtos.h
gdbserver: use common hexify/unhexify routines
[openocd] / src / rtos / rtos.h
index d8335b4a82e022210563be2fe4364c3ca6a72ca9..c5103801ec61c1f151bd137ab3ef977cf8192da4 100644 (file)
@@ -101,6 +101,5 @@ int rtos_update_threads(struct target *target);
 int rtos_smp_init(struct target *target);
 /*  function for handling symbol access */
 int rtos_qsymbol(struct connection *connection, char *packet, int packet_size);
-int str_to_hex(char *hex_dst, char *src);
 
 #endif /* RTOS_H */