aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
authorGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 03:15:00 -0800
committerGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 06:23:40 -0800
commitddcd2b0810087394d17bd80c46d74cca0acd8924 (patch)
tree575f58142aca93fd46ffb9c4bec18c388a7a42ce /proc.cpp
parent6d749789ce240a3e6f1447777db63fd8e7525560 (diff)
Dead stores
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.cpp b/proc.cpp
index 2ea0d1bd..9c66292d 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -398,7 +398,6 @@ static void mark_process_status(const job_t *j, process_t *p, int status)
handler. If things aren't working properly, it's safer to
give up.
*/
- ignore = write(2, mess, strlen(mess));
}
}