commit | e6b998ab62be29eb244fdb0fa41dcb5a8ad065f2 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Jul 28 19:04:07 2019 +0100 |
committer | Mike Marshall <hubcap@omnibond.com> | Thu Sep 12 14:17:16 2019 -0400 |
tree | 4ec8c6c03faf515d620a3e5ce13a0e60753f0d02 | |
parent | c42293a951bdf315242dcf4cc673bf111c7632d8 [diff] |
orangefs: remove redundant assignment to err Variable err is initialized to a value that is never read and it is re-assigned later. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>