From 35f80ea571b726ae77bcabab4e896b85e541bf04 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Fri, 28 Sep 2018 08:34:18 -1000 Subject: Remove errors that we don't need --- 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 091b187a2..1a89fcc88 100644 --- a/apt-pkg/deb/debmetaindex.cc +++ b/apt-pkg/deb/debmetaindex.cc @@ -458,9 +458,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 Label = Section.FindS("Label"); std::string const StrValidUntil = Section.FindS("Valid-Until"); -- cgit v1.2.3