main: remove redundant checks made obsolete by depgraph compilation
parent
50c496b7ce
commit
23b1806f65
4
main.c
4
main.c
|
@ -248,10 +248,6 @@ pkg_queue_walk(pkg_queue_t *head)
|
|||
goto out;
|
||||
}
|
||||
|
||||
/* we couldn't build the entire depgraph, so bail. */
|
||||
if (retval != EXIT_SUCCESS)
|
||||
goto out;
|
||||
|
||||
/* we should verify that the graph is complete before attempting to compute cflags etc. */
|
||||
if (pkg_verify_graph(&world, maximum_traverse_depth, global_traverse_flags) != PKG_ERRF_OK)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue