aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-01 14:30:28 +0000
committerrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-01 14:30:28 +0000
commit4787f4d6e9c127b4f062204081b2540af40a8670 (patch)
treefe7a0c54092f1a50536638cad02d9c3e9c6edd15 /shell/ash.c
parenta7719dadd888f13b8153fd442a71e4051eaaee99 (diff)
downloadbusybox-w32-4787f4d6e9c127b4f062204081b2540af40a8670.tar.gz
busybox-w32-4787f4d6e9c127b4f062204081b2540af40a8670.tar.bz2
busybox-w32-4787f4d6e9c127b4f062204081b2540af40a8670.zip
Get rid of all "#if 0" content.
git-svn-id: svn://busybox.net/trunk/busybox@15569 69ca8d6d-28ef-0310-b511-8ec308f3f277
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) {
2547 int i; 2547 int i;
2548 2548
2549 intpending = 0; 2549 intpending = 0;
2550#if 0
2551 /* comment by vodz: its strange for me, this programm don`t use other
2552 signal block */
2553 sigsetmask(0);
2554#endif
2555 i = EXSIG; 2550 i = EXSIG;
2556 if (gotsig[SIGINT - 1] && !trap[SIGINT]) { 2551 if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
2557 if (!(rootshell && iflag)) { 2552 if (!(rootshell && iflag)) {