]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
stdout.h: Kill unused bufsize
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Mar 2007 19:44:21 +0000 (20:44 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Mar 2007 19:44:21 +0000 (20:44 +0100)
stdout.h

index e8d9d255cf75e8baedef649d750af1b4e909c3ae..0ac777ed4af2b4796ad72d0129dd76ba4a45d8f0 100644 (file)
--- 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 */