diff options
author | Dan McGee <dan@archlinux.org> | 2011-02-22 23:48:51 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-22 23:48:51 +0100 |
commit | 6735807c0f5ec5464f2977da96b8981e2321940a (patch) | |
tree | 331511e9b58340bcaef817e307d6185e9f1b9a33 /lib/libalpm/trans.h | |
parent | cfa760203295e99f65234896036f854b5047c90e (diff) | |
download | pacman-6735807c0f5ec5464f2977da96b8981e2321940a.tar.gz pacman-6735807c0f5ec5464f2977da96b8981e2321940a.tar.xz |
Remove trans->skip_add
This is old code that has since gone stale; we no longer ever add
anything to this list so no need to keep it around and check the
contents during extraction.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/trans.h')
-rw-r--r-- | lib/libalpm/trans.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index ce2dc529..6702881b 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -41,7 +41,6 @@ struct __pmtrans_t { pmtransstate_t state; alpm_list_t *add; /* list of (pmpkg_t *) */ alpm_list_t *remove; /* list of (pmpkg_t *) */ - alpm_list_t *skip_add; /* list of (char *) */ alpm_list_t *skip_remove; /* list of (char *) */ alpm_trans_cb_event cb_event; alpm_trans_cb_conv cb_conv; |