]> git.saurik.com Git - apt.git/commit
more explicit MarkRequired algorithm code
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 8 Apr 2016 11:03:05 +0000 (13:03 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 30 Jun 2016 16:57:49 +0000 (18:57 +0200)
commit769e9f3ea1cbe67d3b98e6db6c956abde2384868
tree396d928a0a42c500d3ebc17550bde4c98b52b774
parentb8242321065c0f0e498ffcf6ba92675a19011dd4
more explicit MarkRequired algorithm code

Piling everything in a single if statement always made my head wobble,
but it hasn't even a benefit as the most common case of a package which
isn't installed passes all of the old if and lands in the non-existent
else-part of the inner if. So beside a subjective cleanup of what goes
on this implementation should also be a bit faster.

No change in behavior should be present.

Gbp-Dch: Ignore
apt-pkg/depcache.cc