src/processes.c: Remove an unused variable.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 30 May 2008 13:08:54 +0000 (15:08 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 30 May 2008 13:08:54 +0000 (15:08 +0200)
Thanks to Oleg for pointing this out :)

src/processes.c

index 3142267..5459672 100644 (file)
@@ -1154,7 +1154,7 @@ static int ps_read (void)
        struct kinfo_proc *procs;          /* array of processes */
        char **argv;
        int count;                         /* returns number of processes */
-       int i, j;
+       int i;
 
        procstat_t *ps_ptr;
        procstat_entry_t pse;