diff --git a/test/unit/lib/bdev/bdev_raid.c/bdev_raid_ut.c b/test/unit/lib/bdev/bdev_raid.c/bdev_raid_ut.c index 3d040fe81..75249354a 100644 --- a/test/unit/lib/bdev/bdev_raid.c/bdev_raid_ut.c +++ b/test/unit/lib/bdev/bdev_raid.c/bdev_raid_ut.c @@ -407,12 +407,6 @@ spdk_for_each_thread(spdk_msg_fn fn, void *ctx, spdk_msg_fn cpl) cpl(ctx); } -void -spdk_thread_send_msg(const struct spdk_thread *thread, spdk_msg_fn fn, void *ctx) -{ - fn(ctx); -} - void spdk_bdev_free_io(struct spdk_bdev_io *bdev_io) {