aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-10-14 13:46:55 +0100
committerPaul Moore <[email protected]>2017-10-16 18:34:25 -0400
commitadd24372141855b057bf53982824c5fe50898957 (patch)
tree71759987310723d0cbfd85a535d3c0a3a7e26ffd /net/unix/sysctl_net_unix.c
parent4298555df5e5cb956549de5b01e4c77b1e4bc00a (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