From de952b5d81984bc3212cd28e4aa792f1f5550f45 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 16 Jul 2004 01:25:54 +0000 Subject: [PATCH] remove unused variable --- src/os/aix/aix_sigar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/aix/aix_sigar.c b/src/os/aix/aix_sigar.c index 54788e2c..ce9e3aa9 100644 --- a/src/os/aix/aix_sigar.c +++ b/src/os/aix/aix_sigar.c @@ -456,7 +456,6 @@ static int boot_time_v5(int fd, time_t *time) static int boot_time(sigar_t *sigar, time_t *time) { - struct utmp_v5 data_v5; int utmp, status; if ((utmp = open(UTMP_FILE, O_RDONLY)) < 0) {