]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
Simplify the scheduling code.
[paraslash.git] / filter.h
index 693579bd6698e1db74143e5d0ccbd881004a2252..5cb7aaf83622629ec8184f17b44174b011aed4dd 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -40,8 +40,6 @@ struct filter_chain {
        size_t *in_loaded;
        /** Contains the number of bytes loaded in the output buffer. */
        size_t *out_loaded;
-       /** Non-zero if this filter wont' produce any more output. */
-       int error;
        /** Pointer to the error variable of the receiving application. */
        int *input_error;
        /** Pointer to the error variable of the writing application. */