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/cachefile.cc | |
parent | 4b65cc13c74231e14a313ea05a2376cbc5155c5f (diff) |
add the various foldmarkers in apt-pkg & cmdline (no code change)
Diffstat (limited to 'apt-pkg/cachefile.cc')
-rw-r--r-- | apt-pkg/cachefile.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/cachefile.cc b/apt-pkg/cachefile.cc index 1a84aea54..f287a244c 100644 --- a/apt-pkg/cachefile.cc +++ b/apt-pkg/cachefile.cc @@ -24,7 +24,6 @@ #include <apti18n.h> /*}}}*/ - // CacheFile::CacheFile - Constructor /*{{{*/ // --------------------------------------------------------------------- /* */ @@ -108,8 +107,6 @@ bool pkgCacheFile::Open(OpProgress &Progress,bool WithLock) return true; } /*}}}*/ - - // CacheFile::Close - close the cache files /*{{{*/ // --------------------------------------------------------------------- /* */ |