From 069c2e86b21e24e05d3ef8b333d50550a38fa5e2 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 26 Feb 2020 14:09:52 +0100 Subject: Rename pkgSimulate::Go2 to pkgSimulate::Go --- apt-pkg/algorithms.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/algorithms.cc') 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; -- cgit v1.2.3