From e58deb02575b2df94f6a40721310a6c38b387aaf 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 Change-Id: I7fc128a82b3d1d1f780c1c396644f331306de600 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472437 Tested-by: SPDK CI Jenkins Reviewed-by: Paul Luse Reviewed-by: Shuhei Matsumoto Reviewed-by: Tomasz Zawadzki Reviewed-by: Ben Walker --- 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 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) {