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:
parent
8b7808bc49
commit
4e17884ffe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98464
@ -273,7 +273,6 @@ restartjob(struct job *jp)
|
|||||||
int
|
int
|
||||||
jobscmd(int argc, char *argv[])
|
jobscmd(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
struct job *jp;
|
|
||||||
char *id;
|
char *id;
|
||||||
int ch, sformat, lformat;
|
int ch, sformat, lformat;
|
||||||
|
|
||||||
@ -926,7 +925,6 @@ dowait(int block, struct job *job)
|
|||||||
struct job *thisjob;
|
struct job *thisjob;
|
||||||
int done;
|
int done;
|
||||||
int stopped;
|
int stopped;
|
||||||
int core;
|
|
||||||
int sig;
|
int sig;
|
||||||
|
|
||||||
in_dowait++;
|
in_dowait++;
|
||||||
|
Loading…
Reference in New Issue
Block a user