aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-03 11:33:22 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-03 11:33:22 -0800
commit9382dc32df0096ed25c34b73f555160225612602 (patch)
treedc566c523d1075c91e93bdbce9c394a481b47c33 /proc.cpp
parent6db82c162caa06f3f47ae248da7c4e354d4d28a1 (diff)
Remove an incorrect comment
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 9024367d..1c8b8e6d 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -797,7 +797,6 @@ int job_reap(bool interactive)
else
{
const wcstring job_number_desc = (job_count == 1) ? wcstring() : format_string(L"from job %d, ", j->job_id);
- // This case is pretty rare
fwprintf(stdout,
_(L"%ls: Process %d, \'%ls\' %ls\'%ls\' terminated by signal %ls (%ls)"),
program_name,