diff options
author | Dan McGee <dan@archlinux.org> | 2007-07-11 23:36:13 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-11 23:36:13 -0400 |
commit | 653fb8fe036363dfb550785c45adcf26f6fcbfbc (patch) | |
tree | 35dd58c28d317dc6346e1f7d5f1f219889b8604b /lib/libalpm/package.h | |
parent | 147a32b32de4ebcbb51c963f2573d9218d9a2eb9 (diff) | |
download | pacman-653fb8fe036363dfb550785c45adcf26f6fcbfbc.tar.xz |
Remove 'buildtype' from libalpm and pacman
Remove unused buildtype field from pmpkg_t struct and anything associated
with it, as it is unused at the moment. If we need to readd it, it is an
easy revert of this commit.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.h')
-rw-r--r-- | lib/libalpm/package.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index fda10800..279e232f 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -58,7 +58,6 @@ struct __pmpkg_t { char desc[PKG_DESC_LEN]; char url[PKG_URL_LEN]; char builddate[PKG_DATE_LEN]; - char buildtype[PKG_TYPE_LEN]; char installdate[PKG_DATE_LEN]; char packager[PKG_PACKAGER_LEN]; char md5sum[PKG_MD5SUM_LEN]; |