Remove a stale comment regarding fishd

This commit is contained in:
ridiculousfish 2015-12-10 00:59:59 -08:00
parent fea798011b
commit d90169e79b

View file

@ -521,8 +521,7 @@ void signal_set_handlers()
sigaction(SIGCHLD, &act, 0); sigaction(SIGCHLD, &act, 0);
/* /*
Ignore sigpipe, it is generated if fishd dies, but we can Ignore sigpipe, which we may get from the universal variable notifier.
recover.
*/ */
sigaction(SIGPIPE, &act, 0); sigaction(SIGPIPE, &act, 0);