From: Joel Rosdahl Date: Sun, 13 Oct 2019 14:04:30 +0000 (+0200) Subject: Remove left-over CacheEntryReader::CacheEntryReader doc string X-Git-Tag: v4.0~747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159033db6d6ae671ee62e41d147a494c328babb0;p=thirdparty%2Fccache.git Remove left-over CacheEntryReader::CacheEntryReader doc string --- diff --git a/src/CacheEntryReader.hpp b/src/CacheEntryReader.hpp index e8f3f2bf1..150ce417d 100644 --- a/src/CacheEntryReader.hpp +++ b/src/CacheEntryReader.hpp @@ -37,7 +37,6 @@ public: // - stream: Stream to read header and payload from. // - expected_magic: Expected magic bytes (first four bytes of the file). // - expected_version: Expected file format version. - // nullptr for no checksumming. CacheEntryReader(FILE* stream, const uint8_t expected_magic[4], uint8_t expected_version);