X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=a628df45263f258b519c311d88e7cc67f0d138c0;hp=7be960efa56c983a1f9fe0e2f0b6fb9d4e4eeddb;hb=9bf4bc297a7cb88f4f886c6b8d600fd6c584139c;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230 diff --git a/signal.h b/signal.h index 7be960ef..a628df45 100644 --- a/signal.h +++ b/signal.h @@ -12,8 +12,6 @@ struct signal_task { /** The signal pipe. */ int fd; - /** The number of the most recent signal. */ - int signum; /** The associated task structure. */ struct task task; };