main: remove redundant checks made obsolete by depgraph compilation

feature/tap-sh
William Pitcock 2012-07-29 04:21:36 -05:00
parent 50c496b7ce
commit 23b1806f65
1 changed files with 0 additions and 4 deletions

4
main.c
View File

@ -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)
{