mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove useless duplicate comparisons.
This commit is contained in:
parent
3b25795ee5
commit
2520019fb8
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ char *tparm_solaris_kludge(char *str, ...)
|
|||
|| (enter_reverse_mode && ! strcmp(str, enter_reverse_mode))
|
||||
|| (enter_shadow_mode && ! strcmp(str, enter_shadow_mode))
|
||||
|| (exit_shadow_mode && ! strcmp(str, exit_shadow_mode))
|
||||
|| (enter_standout_mode && ! strcmp(str, enter_standout_mode))
|
||||
|| (exit_standout_mode && ! strcmp(str, exit_standout_mode))
|
||||
|| (enter_secure_mode && ! strcmp(str, enter_secure_mode))
|
||||
|| (enter_bold_mode && ! strcmp(str, enter_bold_mode)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue