aboutsummaryrefslogtreecommitdiff
path: root/qpkg.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-02-22 14:38:49 -0500
committerMike Frysinger <vapier@gentoo.org>2015-02-22 14:40:14 -0500
commit373a921bffef672d0fd9da62dcbca18330a838b8 (patch)
treeaf04250228c3de4ba807af187b68717fb7e4a608 /qpkg.c
parentqdepends: avoid warning when DEBUG is enabled (diff)
downloadportage-utils-373a921bffef672d0fd9da62dcbca18330a838b8.tar.gz
portage-utils-373a921bffef672d0fd9da62dcbca18330a838b8.tar.bz2
portage-utils-373a921bffef672d0fd9da62dcbca18330a838b8.zip
drop unused "item" member of set logic
This was nominally used by qmerge to hold the SLOT, but we're scrapping that in favor of proper atoms, so unwind the item entirely.
Diffstat (limited to 'qpkg.c')
-rw-r--r--qpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpkg.c b/qpkg.c
index 4a5d9fd..5b63ec2 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -157,7 +157,7 @@ int qpkg_clean(char *dirp)
/* num_all_bytes will be off when pretend and eclean are enabled together */
/* vdb = del_set(buf, vdb, &i); */
- vdb = add_set(buf, "0", vdb);
+ vdb = add_set(buf, vdb);
}
free(buf);