diff options
author | Colin Ian King <[email protected]> | 2022-03-07 15:21:49 +0000 |
---|---|---|
committer | Jan Kara <[email protected]> | 2022-03-08 09:00:58 +0100 |
commit | 31e9dc49c2c03c3f166248f16dbe1248ffb5c6a9 (patch) | |
tree | a0b0143960c4ab58a640794279f5f922741b40d6 /net/lapb/lapb_timer.c | |
parent | eb103a51640ee32ab01c51e13bf8fca211f25f61 (diff) |
udf: remove redundant assignment of variable etype
Variable etype is being assigned a value that is never read. The
variable and assignment are redundant and can be removed.
Cleans up clang scan build warning:
fs/udf/super.c:2485:10: warning: Although the value stored to 'etype'
is used in the enclosing expression, the value is never actually read
from 'etype' [deadcode.DeadStores]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions