diff options
author | Colin Ian King <[email protected]> | 2017-10-14 13:46:55 +0100 |
---|---|---|
committer | Paul Moore <[email protected]> | 2017-10-16 18:34:25 -0400 |
commit | add24372141855b057bf53982824c5fe50898957 (patch) | |
tree | 71759987310723d0cbfd85a535d3c0a3a7e26ffd /net/unix/sysctl_net_unix.c | |
parent | 4298555df5e5cb956549de5b01e4c77b1e4bc00a (diff) |
selinux: remove redundant assignment to str
str is being assigned to an empty string but str is never being
read after that, so the assignment is redundant and can be removed.
Moving the declaration of str to a more localised block, cleans up
clang warning: "Value stored to 'str' is never read"
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions