summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_pkg_instance
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-05 14:29:03 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-06 23:46:49 +0100
commit9e5dc2925ce7898880682495e4058abd22adf9f3 (patch)
tree7aa8131f1e3fbf13e352157b238611ffd409bcb6 /Completion/Unix/Command/_pkg_instance
parent34104: compctl: Remove pointless check (diff)
downloadzsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.gz
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.bz2
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.lz
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.xz
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.zst
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.zip
34121: compresult: Remove unneeded NULL check
The variable is set to if NULL at the start of the function, and derefed on the previous line. Found by Coverity (Issue 1255843).