Fix stylistic nit in r351239

Meant to fix this before committing, but forgot.
This commit is contained in:
Conrad Meyer 2019-08-19 23:01:59 +00:00
parent 3bbe6e643c
commit 54a210d407
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351240

View file

@ -310,7 +310,6 @@ gdb_trap(int type, int code)
gdb_tx_char('C');
gdb_tx_varhex((long)kdb_thread->td_tid);
gdb_tx_end();
break;
} else if (gdb_rx_equal("fThreadInfo")) {
thr_iter = kdb_thr_first();
gdb_do_threadinfo(&thr_iter);