summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debindexfile.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-11-05 17:45:37 +0100
committerMichael Vogt <mvo@ubuntu.com>2014-11-05 17:45:37 +0100
commit87ecd6a2d719aeaeedd99dd500b467e966376f1c (patch)
tree7bd66fe09ccbd0cf9f39f575722ae1b2ce52fe01 /apt-pkg/deb/debindexfile.cc
parent7933b3a1cf56096d6ab30cedf1b736054b5fc84b (diff)
apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()
Diffstat (limited to 'apt-pkg/deb/debindexfile.cc')
-rw-r--r--apt-pkg/deb/debindexfile.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/apt-pkg/deb/debindexfile.cc b/apt-pkg/deb/debindexfile.cc
index 779c74abf..335f9d36e 100644
--- a/apt-pkg/deb/debindexfile.cc
+++ b/apt-pkg/deb/debindexfile.cc
@@ -452,19 +452,6 @@ string debTranslationsIndex::IndexURI(const char *Type) const
return Res;
}
/*}}}*/
-// TranslationsIndex::GetIndexes - Fetch the index files /*{{{*/
-// ---------------------------------------------------------------------
-/* */
-bool debTranslationsIndex::GetIndexes(pkgAcquire *Owner) const
-{
- string const TranslationFile = string("Translation-").append(Language);
- new pkgAcqIndex(Owner, IndexURI(Language),
- Info(TranslationFile.c_str()),
- TranslationFile, HashStringList());
-
- return true;
-}
- /*}}}*/
// TranslationsIndex::Describe - Give a descriptive path to the index /*{{{*/
// ---------------------------------------------------------------------
/* This should help the user find the index in the sources.list and