diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-04-16 19:36:04 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-04-16 19:36:04 +0800 |
commit | 92978cdf4e47fc03fc7638d21e19e1d951a7721d (patch) | |
tree | 774a419de60e395c196c888f92b964c38c05809c | |
parent | bdfc02ca4a6deb0a1462787493f050df3cfe6f1d (diff) | |
download | aptitude-92978cdf4e47fc03fc7638d21e19e1d951a7721d.tar.gz |
Remove execute_install_run from download_install_manager.h
Left over from commit 6dcafe7716dc7974576d3e83d3b9fa740ab215d2.
-rw-r--r-- | src/generic/apt/download_install_manager.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/generic/apt/download_install_manager.h b/src/generic/apt/download_install_manager.h index 3eb51318..24989883 100644 --- a/src/generic/apt/download_install_manager.h +++ b/src/generic/apt/download_install_manager.h @@ -73,12 +73,6 @@ class download_install_manager : public download_manager */ pkgPackageManager::OrderResult run_dpkg(int status_fd); - /** Actually perform the installation/removal of packages and tell - * the caller what happened. - */ - result execute_install_run(pkgAcquire::RunResult res, - OpProgress &load_progress); - /** \brief Invoke the part of finish() that runs after dpkg. * * This function must be invoked in the foreground thread. |