X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_write.c;h=df9608a8c6a2bbb9b3787df76ce8ec7931604e16;hp=80777ea1e616f0b9a14bbcab89e790fac14cb5b9;hb=28ea59db9b3cd2bd9d6be0f304d951aa550ea4d6;hpb=e16b9b77f292608560b47ad112f24868fc50afa1 diff --git a/oss_write.c b/oss_write.c index 80777ea1..df9608a8 100644 --- a/oss_write.c +++ b/oss_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andre Noll + * Copyright (C) 2009-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -202,10 +202,6 @@ out: btr_remove_node(btrn); } -static void oss_open(__a_unused struct writer_node *wn) -{ -} - __malloc static void *oss_parse_config_or_die(const char *options) { struct oss_write_args_info *conf = para_calloc(sizeof(*conf)); @@ -232,7 +228,6 @@ void oss_write_init(struct writer *w) struct oss_write_args_info dummy; oss_cmdline_parser_init(&dummy); - w->open = oss_open; w->close = oss_close; w->pre_select = oss_pre_select; w->post_select = oss_post_select;