]> git.sur5r.net Git - openocd/blobdiff - src/rtos/mqx.c
rtos: remove display_str member
[openocd] / src / rtos / mqx.c
index 728647c93d7fb984eb44435fc41281cabff4a92a..b8095a0cf00ba90c1796177d3361bc98073f61d0 100644 (file)
@@ -423,7 +423,6 @@ static int mqx_update_threads(
                /* setup thread details struct */
                rtos->thread_details[i].threadid = task_id;
                rtos->thread_details[i].exists = true;
-               rtos->thread_details[i].display_str = NULL;
                /* set thread name */
                rtos->thread_details[i].thread_name_str = malloc(strlen((void *)task_name) + 1);
                if (NULL == rtos->thread_details[i].thread_name_str)