remove unused variable

This commit is contained in:
Doug MacEachern 2004-07-16 01:25:54 +00:00
parent 471d4bb02b
commit de952b5d81
1 changed files with 0 additions and 1 deletions

View File

@ -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) {