swap plugin: Removed unused variable `status' which aborted the build with gcc.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Oct 2006 21:34:16 +0000 (23:34 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Oct 2006 21:34:16 +0000 (23:34 +0200)
src/swap.c

index f906c99..43275fc 100644 (file)
@@ -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;