Remove 4 cppcheck suppressions reported unmatched.

This commit is contained in:
Aaron Gyes
2016-11-28 11:53:13 -08:00
parent 7c6527e9cf
commit 682af2f83f
4 changed files with 1 additions and 5 deletions

View File

@@ -1372,7 +1372,6 @@ void complete(const wcstring &cmd_with_subcmds, std::vector<completion_t> *out_c
}
}
// cppcheck-suppress nullPointerRedundantCheck
if (cmd_node && cmd_node->location_in_or_at_end_of_source_range(pos)) {
// Complete command filename.
completer.complete_cmd(current_token, use_function, use_builtin, use_command,