Remove ->signum from struct signal_task.
[paraslash.git] / signal.h
index 7be960efa56c983a1f9fe0e2f0b6fb9d4e4eeddb..a628df45263f258b519c311d88e7cc67f0d138c0 100644 (file)
--- 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;
 };