]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.cc
correct architecture detection for 'rc' packages for purge
[apt.git] / apt-pkg / install-progress.cc
index 0d180d59b52caa9b98de392611ff0c3e367064e8..5ea8bf4d025338a6a83ceb6eadf6931087787d41 100644 (file)
@@ -21,8 +21,8 @@
 namespace APT {
 namespace Progress {
 
-PackageManager::PackageManager() : d(NULL), percentage(0.0), last_reported_progress(-1) {};
-PackageManager::~PackageManager() {};
+PackageManager::PackageManager() : d(NULL), percentage(0.0), last_reported_progress(-1) {}
+PackageManager::~PackageManager() {}
 
 /* Return a APT::Progress::PackageManager based on the global
  * apt configuration (i.e. APT::Status-Fd and APT::Status-deb822-Fd)