From d4baec84f5a6a8484b7b7c284184721c748b6dc2 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sat, 17 Aug 2019 20:00:42 -1000 Subject: Cleanup patches for 1.8.2 --- apt-pkg/deb/debmetaindex.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'apt-pkg/deb/debmetaindex.cc') 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 -- cgit v1.2.3