Some dead stores and build fixes reported by LLVM 2.9.

This commit is contained in:
Juan RP
2011-04-07 12:24:20 +02:00
parent 6a91c2894e
commit d9eb0341cd
4 changed files with 3 additions and 4 deletions

View File

@ -39,7 +39,6 @@
int HIDDEN
xbps_remove_obsoletes(prop_dictionary_t oldd, prop_dictionary_t newd)
{
const struct xbps_handle *xhp;
prop_object_iterator_t iter, iter2;
prop_object_t obj, obj2;
prop_string_t oldstr, newstr;
@ -52,7 +51,6 @@ xbps_remove_obsoletes(prop_dictionary_t oldd, prop_dictionary_t newd)
assert(oldd != NULL);
assert(newd != NULL);
xhp = xbps_handle_get();
again:
iter = xbps_get_array_iter_from_dict(oldd, array_str);