diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-11-05 17:45:37 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-11-05 17:45:37 +0100 |
commit | 87ecd6a2d719aeaeedd99dd500b467e966376f1c (patch) | |
tree | 7bd66fe09ccbd0cf9f39f575722ae1b2ce52fe01 /apt-pkg/deb/debindexfile.h | |
parent | 7933b3a1cf56096d6ab30cedf1b736054b5fc84b (diff) |
apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()
Diffstat (limited to 'apt-pkg/deb/debindexfile.h')
-rw-r--r-- | apt-pkg/deb/debindexfile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/deb/debindexfile.h b/apt-pkg/deb/debindexfile.h index e5a1a7873..d727d9547 100644 --- a/apt-pkg/deb/debindexfile.h +++ b/apt-pkg/deb/debindexfile.h @@ -114,7 +114,6 @@ class debTranslationsIndex : public pkgIndexFile // Interface for acquire virtual std::string Describe(bool Short) const; - virtual bool GetIndexes(pkgAcquire *Owner) const; // Interface for the Cache Generator virtual bool Exists() const; |