From 62cd9e48ca0eafcdde9446483c9124d6c8ba1ad8 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Fri, 17 Mar 2017 04:16:14 +0000 Subject: [PATCH] Remove unused vmmeter. --- libexec/rpc.rstatd/rstat_proc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index 1b66c644623f..18fe27e2064f 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -47,7 +47,6 @@ static const char rcsid[] = #include #include #include -#include #include #include @@ -166,7 +165,6 @@ updatestat(void) { int i, hz; struct clockinfo clockrate; - struct vmmeter cnt; struct ifmibdata ifmd; double avrun[3]; struct timeval tm, btm;