diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/brand/lx/lx_brand/common/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/lx_brand/common/mount.c b/usr/src/lib/brand/lx/lx_brand/common/mount.c index 82d316950d..762613dd55 100644 --- a/usr/src/lib/brand/lx/lx_brand/common/mount.c +++ b/usr/src/lib/brand/lx/lx_brand/common/mount.c @@ -781,7 +781,6 @@ lx_mount(uintptr_t p1, uintptr_t p2, uintptr_t p3, uintptr_t p4, } } else if (strcmp(fstype, "tmpfs") == 0) { char idstr[64]; - int idval; /* Copy in Linux mount options. */ if (datap != NULL) { |