diff options
author | Sam Bingner <sam@bingner.com> | 2019-08-17 20:00:42 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-08-18 12:07:59 -1000 |
commit | d4baec84f5a6a8484b7b7c284184721c748b6dc2 (patch) | |
tree | 7f0a1ecc106a52716d64c4fcc5b83f06ddbcefa0 /apt-pkg/deb | |
parent | 23dbbe24511b0a5db2ef47a3846cd59b7fb9a106 (diff) |
Cleanup patches for 1.8.2
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r-- | apt-pkg/deb/debmetaindex.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc index 774560041..0290f3df9 100644 --- a/apt-pkg/deb/debmetaindex.cc +++ b/apt-pkg/deb/debmetaindex.cc @@ -562,9 +562,6 @@ bool debReleaseIndex::Load(std::string const &Filename, std::string * const Erro if (CheckValidUntil == true) { - if (Date == 0) - _error->Warning( _("Invalid '%s' entry in Release file %s"), "Date", Filename.c_str()); - std::string const StrValidUntil = Section.FindS("Valid-Until"); // if we have a Valid-Until header in the Release file, use it as default |