diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-09-09 22:51:58 +0200 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-09-09 22:51:58 +0200 |
commit | 0d64823e51de0b0e0a94bdf88940310342a6e6fa (patch) | |
tree | db293235435a849e602a99c2d2bd176dc03bf5dc /bfd | |
parent | eb1e02fd05688c28686a02f197c5e7cb0a5d6a27 (diff) | |
download | gdb-0d64823e51de0b0e0a94bdf88940310342a6e6fa.zip gdb-0d64823e51de0b0e0a94bdf88940310342a6e6fa.tar.gz gdb-0d64823e51de0b0e0a94bdf88940310342a6e6fa.tar.bz2 |
Remove unnecessary calls to is_mi_like_p in print_thread_info_1
There are two calls to uiout->is_mi_like_p in the else branch of a
if (uiout->is_mi_like_p ()), we already know they will return false.
A bit lower, there are two if (!uiout->is_mi_like_p ()) that we can
merge.
gdb/ChangeLog:
* thread.c (print_thread_info_1): Remove unnecessary calls to
uiout->is_mi_like_p.
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions