mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused variables.
This commit is contained in:
parent
ddc0b9925d
commit
fecfecfbd0
3 changed files with 0 additions and 3 deletions
|
|
@ -258,7 +258,6 @@ linprocfs_douptime(curp, p, pfs, uio)
|
|||
int xlen;
|
||||
char psbuf[64];
|
||||
struct timeval tv;
|
||||
long ip, fp;
|
||||
|
||||
getmicrouptime(&tv);
|
||||
ps = psbuf;
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@ linprocfs_douptime(curp, p, pfs, uio)
|
|||
int xlen;
|
||||
char psbuf[64];
|
||||
struct timeval tv;
|
||||
long ip, fp;
|
||||
|
||||
getmicrouptime(&tv);
|
||||
ps = psbuf;
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@ linprocfs_douptime(curp, p, pfs, uio)
|
|||
int xlen;
|
||||
char psbuf[64];
|
||||
struct timeval tv;
|
||||
long ip, fp;
|
||||
|
||||
getmicrouptime(&tv);
|
||||
ps = psbuf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue