summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-20 05:21:43 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-20 05:21:43 +0000
commit0c56b95c324d4cd1ff24935365b5c55175efce8e (patch)
tree71a1bf1f7223b01948e317c88c93806eaf9354af /bin/sh/jobs.c
parent2b674f32f61ac4bf5b7c436a95d935a50d5e8f4b (diff)
downloadFreeBSD-src-0c56b95c324d4cd1ff24935365b5c55175efce8e.zip
FreeBSD-src-0c56b95c324d4cd1ff24935365b5c55175efce8e.tar.gz
Remove two unused variables.
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r--bin/sh/jobs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index 281da81..9be3e04 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -273,7 +273,6 @@ restartjob(struct job *jp)
int
jobscmd(int argc, char *argv[])
{
- struct job *jp;
char *id;
int ch, sformat, lformat;
@@ -926,7 +925,6 @@ dowait(int block, struct job *job)
struct job *thisjob;
int done;
int stopped;
- int core;
int sig;
in_dowait++;
OpenPOWER on IntegriCloud