From a60e966556e3988d5929f3929cb8761b8d063f06 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Fri, 25 Oct 2019 15:55:49 -0700 Subject: [PATCH] test/raid: remove unused spdk_thread_send_msg stub Signed-off-by: Jim Harris Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472437 (master) (cherry picked from commit e58deb02575b2df94f6a40721310a6c38b387aaf) Change-Id: I7fc128a82b3d1d1f780c1c396644f331306de600 Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478441 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto --- test/unit/lib/bdev/bdev_raid.c/bdev_raid_ut.c | 6 ------ 1 file changed, 6 deletions(-) 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) {