summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-02-26 14:09:52 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2020-02-26 14:10:47 +0100
commit069c2e86b21e24e05d3ef8b333d50550a38fa5e2 (patch)
treef81e4e810f1ddf4fb4434a4815104311a4f87b9e /apt-pkg/algorithms.cc
parent0d775d8f2a8a8cb701fe97c76d76892761c29aa7 (diff)
Rename pkgSimulate::Go2 to pkgSimulate::Go
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r--apt-pkg/algorithms.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 4d4adde3c..f2977b9af 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -260,7 +260,7 @@ void pkgSimulate::ShortBreaks()
cout << ']' << endl;
}
/*}}}*/
-bool pkgSimulate::Go2(APT::Progress::PackageManager *) /*{{{*/
+bool pkgSimulate::Go(APT::Progress::PackageManager *) /*{{{*/
{
if (pkgDPkgPM::ExpandPendingCalls(d->List, Cache) == false)
return false;