Loading
test/unit/raid: fix set-but-not-used error
verify_io() keeps track of a buf pointer, but the buf pointer never actually gets used. So remove this buf pointer. Found by clang-13. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I79dfeac7f004b56f7d4404f41b2ff18b96968a20 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10056 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>