diff options
author | Dan McGee <dan@archlinux.org> | 2007-04-28 19:56:29 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-28 19:56:29 -0400 |
commit | eeb38ef677a1a08089222f6553a70ca7306503ea (patch) | |
tree | bf0d60f06b0551278c1cbd655edfe6a36f70216b /lib/libalpm/package.h | |
parent | a71b943a09091438aaf240d513622f44d6728d6f (diff) | |
download | pacman-eeb38ef677a1a08089222f6553a70ca7306503ea.tar.xz |
Remove 'removes' array from libalpm
We don't use this functionality for now, so get rid of it and the
functions associated with it.
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 212b7a69..fda10800 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -77,7 +77,6 @@ struct __pmpkg_t { alpm_list_t *files; alpm_list_t *backup; alpm_list_t *depends; - alpm_list_t *removes; alpm_list_t *requiredby; alpm_list_t *conflicts; alpm_list_t *provides; |