From: Andre Noll Date: Tue, 1 Apr 2008 20:07:56 +0000 (+0200) Subject: Kill unused wng_unregister(). X-Git-Tag: v0.3.2~32 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9806b6a71702f88f1959d4562948a9af2939221e;ds=sidebyside Kill unused wng_unregister(). --- 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 *