Remove unnecessary variable assignments reported by cppcheck.

This commit is contained in:
Juan RP
2012-11-06 09:28:34 +01:00
parent c7402a9176
commit 310e619ea3
6 changed files with 5 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ main(int argc, char **argv)
rootdir = cachedir = conffile = defrepo = props = NULL;
flags = rv = c = 0;
list_pkgs = list_repos = orphans = search = own = false;
list_manual = show_prop = show_files = search = false;
list_manual = show_prop = show_files = false;
show = show_deps = show_rdeps = false;
repo_mode = opmode = false;