diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2023-06-21 16:02:56 +0300 |
---|---|---|
committer | Vishal Verma <vishal.l.verma@intel.com> | 2023-06-23 10:31:31 +0300 |
commit | dd0c64258a9d9e74b4896f05c7e77fa3365b5f12 (patch) | |
tree | f87b78766f1c63f341c3bc848fbadd4aa7ddaff4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2532f41607c4308733239dd43278f8a5540f3ec7 (diff) | |
download | linux-dd0c64258a9d9e74b4896f05c7e77fa3365b5f12.tar.xz |
fsdax: remove redundant variable 'error'
The variable 'error' is being assigned a value that is never read,
the assignment and the variable and redundant and can be removed.
Cleans up clang scan build warning:
fs/dax.c:1880:10: warning: Although the value stored to 'error' is
used in the enclosing expression, the value is never actually read
from 'error' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20230621130256.2676126-1-colin.i.king@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions