From a24c323abadd7802a38d162a0015bbc4dc82f75d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 8 Jan 2008 13:29:41 -0600 Subject: Remove unused date element from pmpkg_t struct We had an unused date element in the pmpkg_t struct (not builddate or installdate). Kill it off and fix the one function that was using it. Signed-off-by: Dan McGee --- lib/libalpm/package.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/package.h') diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 7ef41f9b..f818ae21 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -61,7 +61,6 @@ struct __pmpkg_t { unsigned long isize; unsigned short scriptlet; unsigned short force; - time_t date; pmpkgreason_t reason; alpm_list_t *licenses; alpm_list_t *replaces; -- cgit v1.2.3-24-g4f1b