diff options
Diffstat (limited to 'gdb/m3-nat.c')
-rw-r--r-- | gdb/m3-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/m3-nat.c b/gdb/m3-nat.c index 64cc059..bf5f9d7 100644 --- a/gdb/m3-nat.c +++ b/gdb/m3-nat.c @@ -2725,7 +2725,6 @@ thread_list_command() if (ths.flags & TH_FLAGS_IDLE) strcat (buf, "I"); - /* FIXME: May run afloul of arbitrary limit in printf_filtered. */ printf_filtered (TL_FORMAT, slot, mid, @@ -2753,7 +2752,6 @@ thread_list_command() continue; /* EMcM */ #endif - /* FIXME: May run afloul of arbitrary limit in printf_filtered. */ printf_filtered (TL_FORMAT, "-", -neworder, /* Pseudo MID */ @@ -2825,7 +2823,6 @@ thread_list_command() if (ths.flags & TH_FLAGS_IDLE) strcat (buf, "I"); - /* FIXME: May run afloul of arbitrary limit in printf_filtered. */ printf_filtered (TL_FORMAT, slot, mid, |