diff options
| author | Mike Zeller <mike@mikezeller.net> | 2020-04-28 15:30:09 -0400 |
|---|---|---|
| committer | Mike Zeller <mike@mikezeller.net> | 2020-04-28 15:30:09 -0400 |
| commit | 95a46e0bd62ba0e68db9fa0b958dc5313920e6fe (patch) | |
| tree | 331542c8a4ad2369a3024abde6167cb94e428115 | |
| parent | 194cc7dc82328105a9d343bfad2a03ed3182624b (diff) | |
| download | illumos-joyent-95a46e0bd62ba0e68db9fa0b958dc5313920e6fe.tar.gz | |
XXX remove unused variable
| -rw-r--r-- | usr/src/uts/common/brand/lx/os/lx_brand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/brand/lx/os/lx_brand.c b/usr/src/uts/common/brand/lx/os/lx_brand.c index cd0157ae60..c7e5351778 100644 --- a/usr/src/uts/common/brand/lx/os/lx_brand.c +++ b/usr/src/uts/common/brand/lx/os/lx_brand.c @@ -1375,7 +1375,6 @@ lx_brandsys(int cmd, int64_t *rval, uintptr_t arg1, uintptr_t arg2, kthread_t *t = curthread; klwp_t *lwp = ttolwp(t); proc_t *p = ttoproc(t); - zone_t *z = p->p_zone; lx_proc_data_t *pd; struct termios *termios; uint_t termios_len; |
