summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-05 22:49:42 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-01-05 22:49:42 +0100
commit5fc2e009dccc2075ee87210cd1cb3fda57fbc5d6 (patch)
treee8476e7c02466147e37872b7a109fb7ae7c39c1e /lib/libalpm/deps.c
parentef8bbd2ac496604df949e0bce978a3c53dbaede3 (diff)
downloadpacman-5fc2e009dccc2075ee87210cd1cb3fda57fbc5d6.tar.gz
pacman-5fc2e009dccc2075ee87210cd1cb3fda57fbc5d6.tar.xz
- started to rename list_XXX calls to _alpm_list_XXX
- fixed 2 compilation warnings
Diffstat (limited to 'lib/libalpm/deps.c')
-rw-r--r--lib/libalpm/deps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c
index 4d0dd602..7d0d91eb 100644
--- a/lib/libalpm/deps.c
+++ b/lib/libalpm/deps.c
@@ -495,7 +495,6 @@ PMList* removedeps(pmdb_t *db, PMList *targs)
{
PMList *i, *j, *k;
PMList *newtargs = targs;
- char realpkgname[255];
if(db == NULL) {
return(newtargs);