From: Andre Noll Date: Thu, 1 Mar 2007 19:44:21 +0000 (+0100) Subject: stdout.h: Kill unused bufsize X-Git-Tag: v0.2.16~76^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=a3b236e9d90f8e7382b5e832d551955a05036a3d;p=paraslash.git stdout.h: Kill unused bufsize --- diff --git a/stdout.h b/stdout.h index e8d9d255..0ac777ed 100644 --- a/stdout.h +++ b/stdout.h @@ -24,8 +24,6 @@ struct stdout_task { /** pointer to the data buffer */ char *buf; - /** the size of \a buf */ - size_t *bufsize; /** number of bytes loaded in \a buf */ size_t *loaded; /** pointer to the eof flag of the feeding task */