From b791801fd610a97f106a2298d3fce7ebcd4f92f9 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 15 May 2023 21:22:55 +0200 Subject: corrected CidStore comment --- src/zenstore/include/zenstore/cidstore.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/zenstore/include/zenstore/cidstore.h b/src/zenstore/include/zenstore/cidstore.h index ecc7faab0..79f906307 100644 --- a/src/zenstore/include/zenstore/cidstore.h +++ b/src/zenstore/include/zenstore/cidstore.h @@ -26,10 +26,6 @@ class ScrubContext; * Data in the content store is referenced by content identifiers (CIDs), it works * with compressed buffers so the CID is expected to be the RAW hash. It stores the * chunk directly under the RAW hash. - * This class maps uncompressed hashes (CIDs) to compressed hashes and may - * be used to deal with other kinds of indirections in the future. For example, if we want - * to support chunking then a CID may represent a list of chunks which could be concatenated - * to form the referenced chunk. * */ -- cgit v1.2.3