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/pkgcachegen.cc | |
parent | 4b65cc13c74231e14a313ea05a2376cbc5155c5f (diff) |
add the various foldmarkers in apt-pkg & cmdline (no code change)
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
-rw-r--r-- | apt-pkg/pkgcachegen.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc index 397c19829..7833d6476 100644 --- a/apt-pkg/pkgcachegen.cc +++ b/apt-pkg/pkgcachegen.cc @@ -652,7 +652,6 @@ unsigned long pkgCacheGenerator::WriteUniqString(const char *S, return ItemP->String; } /*}}}*/ - // CheckValidity - Check that a cache is up-to-date /*{{{*/ // --------------------------------------------------------------------- /* This just verifies that each file in the list of index files exists, |