]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.cc
better non-virtual metaIndex.LocalFileName() implementation
[apt.git] / apt-pkg / deb / debmetaindex.cc
index a6c88b3939d990220fd113974e967be9efc56881..d99fd83932040c1d3ea6b26ed08c5ca44989171a 100644 (file)
@@ -78,7 +78,6 @@ string debReleaseIndex::MetaIndexURI(const char *Type) const
    return Res;
 }
 
-#if APT_PKG_ABI >= 0x0413
 std::string debReleaseIndex::LocalFileName() const
 {
    // see if we have a InRelease file
@@ -92,7 +91,6 @@ std::string debReleaseIndex::LocalFileName() const
 
    return "";
 }
-#endif
 
 string debReleaseIndex::IndexURISuffix(const char *Type, string const &Section, string const &Arch) const
 {