dep_check_composite_db: remove unused _dep_expand
authorZac Medico <zmedico@gentoo.org>
Tue, 10 May 2011 01:03:27 +0000 (18:03 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 May 2011 05:11:40 +0000 (22:11 -0700)
commitdd1e101308407c1420373203fa75f7a814bd1d33
tree6e76a8603a48e4b49469d0becd89c527ca2a270d
parentd5ac30306268beb5b30bb971a61a3cb7159fadca
dep_check_composite_db: remove unused _dep_expand

This code has been unused since dep_check started passing
token_class=Atom to use_reduce in commit
c9f7930883d62fc26af72bff0c4623db0bbc8221. Since then, any atoms
without categories are dropped by dep_check because it returns
early after catching an InvalidDependString exception.
pym/_emerge/depgraph.py