PVS/V547: Expression is always false

This commit is contained in:
Justin M. Keyes 2019-01-05 23:09:59 +01:00
parent 2a325892c2
commit 46fc0437ba

View File

@ -6197,9 +6197,6 @@ static int open_cmdwin(void)
stuffReadbuff(p);
stuffcharReadbuff(CAR);
}
} else if (cmdwin_result == K_XF2) { /* :qa typed */
ccline.cmdbuff = vim_strsave((char_u *)"qa");
cmdwin_result = CAR;
} else if (cmdwin_result == Ctrl_C) {
/* :q or :close, don't execute any command
* and don't modify the cmd window. */