Remove not used conditional.
[wsti_so.git] / src / process3.c
index 28ecce5dcb6b4076c56447d2d9d1f8a3260e0f40..6453a8fe2bbac70f8cf1b41e1d947aacdf198d00 100644 (file)
@@ -86,10 +86,6 @@ void sig_handler(int signo)
                        fprintf(stderr, "[%s] > Notified with value: %s!\n", "process3", strsignal(msg.signo[0]));
                        raise(msg.signo[0]);
                }
-               else if (msgrcv(qid, &msg, sizeof(int), 3, 0) > 0) {
-                       fprintf(stderr, "[%s] > Notified with value: %s!\n", "process3", strsignal(msg.signo[0]));
-                       raise(msg.signo[0]);
-               }
        }
        else if (signo == SIGTERM) {
                fprintf(stderr, "[%s] > Signalling other processes..\n", "process3");