diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-01 14:30:28 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-01 14:30:28 +0000 |
commit | 177c9f312829d5932a798a8e2c8f6feea1a8b8d5 (patch) | |
tree | fe7a0c54092f1a50536638cad02d9c3e9c6edd15 /shell/lash.c | |
parent | 68229837ff1e690190d51b74b281cfe999220e6d (diff) | |
download | busybox-w32-177c9f312829d5932a798a8e2c8f6feea1a8b8d5.tar.gz busybox-w32-177c9f312829d5932a798a8e2c8f6feea1a8b8d5.tar.bz2 busybox-w32-177c9f312829d5932a798a8e2c8f6feea1a8b8d5.zip |
Get rid of all "#if 0" content.
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/lash.c b/shell/lash.c index d87c5a25b..1b34052a1 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -543,16 +543,6 @@ static void checkjobs(struct jobset *j_list) | |||
543 | /* child stopped */ | 543 | /* child stopped */ |
544 | job->stopped_progs++; | 544 | job->stopped_progs++; |
545 | job->progs[prognum].is_stopped = 1; | 545 | job->progs[prognum].is_stopped = 1; |
546 | |||
547 | #if 0 | ||
548 | /* Printing this stuff is a pain, since it tends to | ||
549 | * overwrite the prompt an inconveinient moments. So | ||
550 | * don't do that. */ | ||
551 | if (job->stopped_progs == job->num_progs) { | ||
552 | printf(JOB_STATUS_FORMAT, job->jobid, "Stopped", | ||
553 | job->text); | ||
554 | } | ||
555 | #endif | ||
556 | } | 546 | } |
557 | } | 547 | } |
558 | 548 | ||