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 76cdfae88..3d72a2f3c 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 @@ -413,12 +413,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) {