]> git.saurik.com Git - apt.git/commit
TransactionManager can never be a nullptr
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 7 May 2016 12:08:35 +0000 (14:08 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 7 May 2016 12:08:35 +0000 (14:08 +0200)
commitb7ec7a8020e6d6a8f47177a6a03e3c9f21e5219b
treea50eae963008115adee079513afee00a253d6857
parent03a34b88df3a74dac91c2f3b609d2c44e9462022
TransactionManager can never be a nullptr

The code naturally evolved from a TransactionManager optional to a
required setup which resulted in various places doing unneeded checks
suggesting a more complicated setup than is actually needed.

Git-Dch: Ignore
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h