summaryrefslogtreecommitdiffstats
path: root/toolbox/lsof.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/lsof.c')
-rw-r--r--toolbox/lsof.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/lsof.c b/toolbox/lsof.c
index af321af..bee981d 100644
--- a/toolbox/lsof.c
+++ b/toolbox/lsof.c
@@ -99,10 +99,7 @@ out:
static void print_maps(struct pid_info_t* info)
{
FILE *maps;
- char buffer[PATH_MAX + 100];
-
size_t offset;
- int major, minor;
char device[10];
long int inode;
char file[PATH_MAX];