From a3b236e9d90f8e7382b5e832d551955a05036a3d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 1 Mar 2007 20:44:21 +0100 Subject: [PATCH] stdout.h: Kill unused bufsize --- stdout.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.39.2