]> git.ipfire.org Git - thirdparty/shadow.git/commit
newgrp: delete dead code
authorikerexxe <ipedrosa@redhat.com>
Tue, 27 Oct 2020 10:33:46 +0000 (11:33 +0100)
committerikerexxe <ipedrosa@redhat.com>
Tue, 27 Oct 2020 10:42:08 +0000 (11:42 +0100)
commit2df8c0728dcc9a729db96d552d9fe9da64e5648c
tree8438a06303363e9ebc04e18ffbdf4c43cb89fd40
parentf8642a1986a44e661cf526505ccca26c37fd10d7
newgrp: delete dead code

covscan issue:
Error: CLANG_WARNING: [#def31]
src/newgrp.c:448:2: warning: Value stored to 'gid' is never read [deadcode.DeadStores]
gid = getgid ();
src/newgrp.c