]> git.eshelyaron.com Git - emacs.git/commit
Remove a pointless check for WCOREDUMPED.
authorPhilipp Stephani <phst@google.com>
Sun, 10 Jan 2021 08:50:15 +0000 (09:50 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 10 Jan 2021 08:50:15 +0000 (09:50 +0100)
commit302e6d4623d6f87789c055717490799c1f2ec015
treed7c5b370a8be22af13f84900d58118074c512bf7
parent7a89b4b5d3bb44a1f43cc32c73cc85b63658c38b
Remove a pointless check for WCOREDUMPED.

WCOREDUMPED can only be used if the process was killed.

* src/process.c (status_convert): Don't check WCOREDUMPED if
WIFEXITED.
src/process.c