Remove alpm_list_getdata wrapper function
commit6be492d2f71bf0968b836e17a0f59a0e32572b49
authorDan McGee <dan@archlinux.org>
Thu, 6 Oct 2011 05:55:47 +0000 (6 00:55 -0500)
committerDan McGee <dan@archlinux.org>
Wed, 12 Oct 2011 19:22:49 +0000 (12 14:22 -0500)
tree06072365142251c61f10f5b441ff4bcdd1c2a0d7
parent1b7d2b0cfaaf7e2d376fa2542ed2d0442f3a0764
Remove alpm_list_getdata wrapper function

This one is pretty darn useless. Just derefence the ->data attribute
since the type is public anyway and save yourself the function call.

Signed-off-by: Dan McGee <dan@archlinux.org>
14 files changed:
lib/libalpm/alpm_list.c
lib/libalpm/alpm_list.h
src/pacman/conf.c
src/pacman/deptest.c
src/pacman/package.c
src/pacman/pacman.c
src/pacman/query.c
src/pacman/remove.c
src/pacman/sync.c
src/pacman/upgrade.c
src/pacman/util.c
src/util/cleanupdelta.c
src/util/pactree.c
src/util/testdb.c