X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.h;h=a628df45263f258b519c311d88e7cc67f0d138c0;hp=f55409df058fd6250dcd48aac3e6c629212b1e45;hb=9bf4bc297a7cb88f4f886c6b8d600fd6c584139c;hpb=d3876893e9c895b98d2d2b27942f7c235175a4e1 diff --git a/signal.h b/signal.h index f55409df..a628df45 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; };