X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.h;h=63d00d5dfc167a5c29a52ba4946bba49926d1301;hp=6a2b1d663b16a0ec53a15082c43d4a36fc3556f9;hb=190eec54bed8fe79e0ccd72614b253d591e76b4f;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde diff --git a/stdin.h b/stdin.h index 6a2b1d66..63d00d5d 100644 --- a/stdin.h +++ b/stdin.h @@ -18,8 +18,6 @@ struct stdin_task { int check_fd; /** The task structure. */ struct task task; - /** Non-zero on read error, or if a read from stdin returned zero. */ - int error; }; void stdin_set_defaults(struct stdin_task *sit);