memory plugin: Fix unused variable warning under FreeBSD.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 23 May 2007 15:52:00 +0000 (17:52 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 23 May 2007 15:52:00 +0000 (17:52 +0200)
src/memory.c

index 8830ffe..2acb412 100644 (file)
@@ -190,7 +190,6 @@ static int memory_read (void)
        };
        double sysctl_vals[8];
 
-       size_t len;
        int    i;
 
        for (i = 0; sysctl_keys[i] != NULL; i++)