diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-06-20 05:21:43 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-06-20 05:21:43 +0000 |
commit | 0c56b95c324d4cd1ff24935365b5c55175efce8e (patch) | |
tree | 71a1bf1f7223b01948e317c88c93806eaf9354af /bin/sh | |
parent | 2b674f32f61ac4bf5b7c436a95d935a50d5e8f4b (diff) | |
download | FreeBSD-src-0c56b95c324d4cd1ff24935365b5c55175efce8e.zip FreeBSD-src-0c56b95c324d4cd1ff24935365b5c55175efce8e.tar.gz |
Remove two unused variables.
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/jobs.c | 2 |
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++; |