From 9806b6a71702f88f1959d4562948a9af2939221e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 1 Apr 2008 22:07:56 +0200 Subject: [PATCH] Kill unused wng_unregister(). --- write_common.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/write_common.c b/write_common.c index 037bb728..70a9a015 100644 --- a/write_common.c +++ b/write_common.c @@ -101,17 +101,6 @@ err_out: return ret; } - -/** - * unregister a writer node group task - * - * \param g the group whose task is to be closed - */ -void wng_unregister(struct writer_node_group *g) -{ - unregister_task(&g->task); -} - /** * call the close function of each writer in the given group * -- 2.39.2