From: Florian Forster Date: Mon, 23 Oct 2006 21:34:16 +0000 (+0200) Subject: swap plugin: Removed unused variable `status' which aborted the build with gcc. X-Git-Tag: collectd-3.10.2~7^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=be27c0008b076d5c4ff452e5a2feff605a90a6c7;p=collectd.git swap plugin: Removed unused variable `status' which aborted the build with gcc. --- diff --git a/src/swap.c b/src/swap.c index f906c99d..43275fc1 100644 --- a/src/swap.c +++ b/src/swap.c @@ -250,7 +250,6 @@ static void swap_read (void) size_t mib_len; struct xsw_usage sw_usage; size_t sw_usage_len; - int status; mib_len = 2; mib[0] = CTL_VM;