I'd prefer to keep this there. That way, if any further fields get
added below that one, we will not have to remember to put that line
back. That line should be optimized away by any good compiler anyway.
Allan
Looks good. Although, in all likelihood it will rarely capture the
missing argument:
pacman -Sp --print-format kdelibs
error: no targets specified (use -h for help)
pacman -Sp kdelibs --print-format
pacman: option '--print-format' requires an argument
Pulled to my working branch.
Allan
[pacman-dev] [PATCH 2/2] remove dead assignment, spotted by clang
Export this patch
I'd prefer to keep this there. That way, if any further fields get
added below that one, we will not have to remember to put that line
back. That line should be optimized away by any good compiler anyway.
Allan