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

@@ -81,7 +81,6 @@ store_dependency(prop_dictionary_t transd, prop_dictionary_t repo_pkgd)
prop_object_release(dict);
return rv;
}
rv = 0;
state = XBPS_PKG_STATE_NOT_INSTALLED;
}
if ((rv = xbps_set_pkg_state_dictionary(dict, state)) != 0) {