diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-06-30 21:37:30 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-06-30 21:37:30 +0200 |
commit | 92fcbfc16396d9a2fbde0edb0902d4ebe7ff0090 (patch) | |
tree | 3adce2259d9a94f850c466ba65a99282a22bf179 /apt-pkg/clean.cc | |
parent | 4b65cc13c74231e14a313ea05a2376cbc5155c5f (diff) |
add the various foldmarkers in apt-pkg & cmdline (no code change)
Diffstat (limited to 'apt-pkg/clean.cc')
-rw-r--r-- | apt-pkg/clean.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/clean.cc b/apt-pkg/clean.cc index 3fa67e8e6..0d1dfbf74 100644 --- a/apt-pkg/clean.cc +++ b/apt-pkg/clean.cc @@ -19,7 +19,6 @@ #include <sys/stat.h> #include <unistd.h> /*}}}*/ - // ArchiveCleaner::Go - Perform smart cleanup of the archive /*{{{*/ // --------------------------------------------------------------------- /* Scan the directory for files to erase, we check the version information |