Commit e58deb02 authored by Jim Harris's avatar Jim Harris
Browse files

test/raid: remove unused spdk_thread_send_msg stub

parent 73f84388
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)
{