refactor(PVS/V1048): remove unnecessary assignment (#21870)

This commit is contained in:
Lucas Merritt 2023-01-17 16:22:25 -07:00 committed by GitHub
parent 847e603554
commit 1453c7163d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1432,7 +1432,7 @@ static size_t uc_check_code(char *code, size_t len, char *buf, ucmd_T *cmd, exar
l++;
if (l <= 1) {
type = ct_NONE;
// type = ct_NONE;
} else if (STRNICMP(p, "args>", l) == 0) {
type = ct_ARGS;
} else if (STRNICMP(p, "bang>", l) == 0) {