tag: fix pvs/v1048

This commit is contained in:
Jan Edmund Lazo 2019-12-22 21:11:18 -05:00
parent 33f6c25af8
commit 8758e96bf0
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 0 additions and 2 deletions

View File

@ -2537,8 +2537,6 @@ parse_match(
tagp->command_end = p;
if (p > tagp->command && p[-1] == '|') {
tagp->command_end = p - 1; // drop trailing bar
} else {
tagp->command_end = p;
}
p += 2; // skip ";\""
if (*p++ == TAB) {