summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-09 02:03:49 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-09 02:03:49 +0200
commit47026cdea6ba7d145922ce21d5ec478598126b8d (patch)
treece174fb35ed7266a2d123c7bf8883463ab04d603 /cmdline
parentfb2894d268d4821e0dd4f2b803ff2043b1ec3162 (diff)
parentf32484472374cb6c93fef0cd4ee9f71a7b80ec8a (diff)
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch) * Removed the more leftover #pragma interface/implementation closes: #306937 (thanks to Andreas Henriksson for the patch)
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index e9b619787..554677f39 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1579,7 +1579,6 @@ bool DoInstall(CommandLine &CmdL)
_config->Set("APT::Get::AutomaticRemove", "true");
DefRemove = true;
}
-
// new scope for the ActionGroup
{
pkgDepCache::ActionGroup group(Cache);