From 6735807c0f5ec5464f2977da96b8981e2321940a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 22 Feb 2011 16:48:51 -0600 Subject: 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 --- lib/libalpm/trans.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/trans.c') diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index 804ab7a1..9d582df3 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -305,7 +305,6 @@ void _alpm_trans_free(pmtrans_t *trans) alpm_list_free_inner(trans->remove, (alpm_list_fn_free)_alpm_pkg_free); alpm_list_free(trans->remove); - FREELIST(trans->skip_add); FREELIST(trans->skip_remove); FREE(trans); -- cgit v1.2.3-24-g4f1b