1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Remove two unused variables.

This commit is contained in:
Juli Mallett 2002-06-20 05:21:43 +00:00
parent 8b7808bc49
commit 4e17884ffe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98464

View File

@ -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++;