]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.cc
rework previous patch to avoid changing the inline code
[apt.git] / apt-pkg / packagemanager.cc
index c32c732126a172f6e0aa13bb79d7ecf9d29c763f..a370f15a3868a04e4018948e1d39dd498b36b0b2 100644 (file)
@@ -529,7 +529,6 @@ bool pkgPackageManager::SmartRemove(PkgIterator Pkg)
    List->Flag(Pkg,pkgOrderList::Configured,pkgOrderList::States);
 
    return Remove(Pkg,(Cache[Pkg].iFlags & pkgDepCache::Purge) == pkgDepCache::Purge);
-   return true;
 }
                                                                        /*}}}*/
 // PM::SmartUnPack - Install helper                                    /*{{{*/