aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
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
commit177c9f312829d5932a798a8e2c8f6feea1a8b8d5 (patch)
treefe7a0c54092f1a50536638cad02d9c3e9c6edd15 /shell/ash.c
parent68229837ff1e690190d51b74b281cfe999220e6d (diff)
downloadbusybox-177c9f312829d5932a798a8e2c8f6feea1a8b8d5.tar.gz
Get rid of all "#if 0" content.
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 300f19132..cc46881c9 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -2547,11 +2547,6 @@ onint(void) {
int i;
intpending = 0;
-#if 0
- /* comment by vodz: its strange for me, this programm don`t use other
- signal block */
- sigsetmask(0);
-#endif
i = EXSIG;
if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
if (!(rootshell && iflag)) {