From d90169e79b9f3eead31a06f61978323a5651111f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 10 Dec 2015 00:59:59 -0800 Subject: Remove a stale comment regarding fishd --- src/signal.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/signal.cpp') diff --git a/src/signal.cpp b/src/signal.cpp index b13f0c01..a0eccd08 100644 --- a/src/signal.cpp +++ b/src/signal.cpp @@ -521,8 +521,7 @@ void signal_set_handlers() sigaction(SIGCHLD, &act, 0); /* - Ignore sigpipe, it is generated if fishd dies, but we can - recover. + Ignore sigpipe, which we may get from the universal variable notifier. */ sigaction(SIGPIPE, &act, 0); -- cgit v1.2.3