index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-08-14 09:33:55 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-08-14 09:33:55 -0400 |
commit | 49c29e16b31ce35e81be210bc74a3834530bb9e0 (patch) | |
tree | 6af42b0e318e257d55a41c125c479cf6609c5225 /lib/libalpm/package.h | |
parent | 47ee89ada9d13935510ef92541649901789c23c8 (diff) |
-rw-r--r-- | lib/libalpm/package.h | 1 |
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index f704ab9c..41ab5f0d 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -67,7 +67,6 @@ struct __pmpkg_t { unsigned short force; time_t date; pmpkgreason_t reason; - /* alpm_list_t *desc_localized;*/ alpm_list_t *licenses; alpm_list_t *replaces; alpm_list_t *groups; |