diff options
author | jilles <jilles@FreeBSD.org> | 2012-07-15 10:49:16 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2012-07-15 10:49:16 +0000 |
commit | 4d945ad412911425ef9b9dcb54ae11c825cd2bf7 (patch) | |
tree | 24f2d5709e4adb690e8c0510c64f8eaa52aa817c /bin/sh/jobs.h | |
parent | 6e014f4c1135587f4fa94b7acc99ff303f8e7182 (diff) | |
download | FreeBSD-src-4d945ad412911425ef9b9dcb54ae11c825cd2bf7.zip FreeBSD-src-4d945ad412911425ef9b9dcb54ae11c825cd2bf7.tar.gz |
sh: Remove unused variable in_dowait.
Diffstat (limited to 'bin/sh/jobs.h')
-rw-r--r-- | bin/sh/jobs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h index e741b2c..1570b46 100644 --- a/bin/sh/jobs.h +++ b/bin/sh/jobs.h @@ -84,7 +84,6 @@ enum { extern int job_warning; /* user was warned about stopped jobs */ extern int in_waitcmd; /* are we in waitcmd()? */ -extern int in_dowait; /* are we in dowait()? */ extern volatile sig_atomic_t breakwaitcmd; /* break wait to process traps? */ void setjobctl(int); |