diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 02:03:49 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 02:03:49 +0200 |
commit | 47026cdea6ba7d145922ce21d5ec478598126b8d (patch) | |
tree | ce174fb35ed7266a2d123c7bf8883463ab04d603 /cmdline | |
parent | fb2894d268d4821e0dd4f2b803ff2043b1ec3162 (diff) | |
parent | f32484472374cb6c93fef0cd4ee9f71a7b80ec8a (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.cc | 1 |
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); |