Code

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 f906c99dd1413e64819075a0edf2aff2e4a85b51..43275fc119540406960b2923ac58dee29c9bb1d2 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;