X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=a73ada5d06039b0d9c175c3266b581dd0a79d689;hp=71c666d663bdb2f94b8af236bb7385b18cc4ac24;hb=a98d8715828261927da6705321a8b1a31d23c6d4;hpb=19d9318abf42debb15d833d4e56ab636893285c3 diff --git a/write.h b/write.h index 71c666d6..a73ada5d 100644 --- a/write.h +++ b/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -103,8 +103,6 @@ struct writer_node_group { size_t max_chunk_bytes; /** Non-zero if an error or end of file was encountered by the feeding task. */ int *input_error; - /** Non-zero if an error occurred or end of file was encountered. */ - int error; /** current output buffer */ char *buf; /** number of bytes loaded in the output buffer */