diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-28 08:34:18 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-28 10:02:56 -1000 |
commit | 35f80ea571b726ae77bcabab4e896b85e541bf04 (patch) | |
tree | 359f51506354ea0a6f6c469d294f5adb5df6031a /apt-pkg/deb | |
parent | 2aa218273eb6009880e987f90d3e24b8efb04642 (diff) |
Remove errors that we don't need
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 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"); |