commit | add24372141855b057bf53982824c5fe50898957 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Oct 14 13:46:55 2017 +0100 |
committer | Paul Moore <paul@paul-moore.com> | Mon Oct 16 18:34:25 2017 -0400 |
tree | 71759987310723d0cbfd85a535d3c0a3a7e26ffd | |
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 <colin.king@canonical.com> Signed-off-by: Paul Moore <paul@paul-moore.com>