aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-15 21:22:55 +0200
committerStefan Boberg <[email protected]>2023-05-15 21:22:55 +0200
commitb791801fd610a97f106a2298d3fce7ebcd4f92f9 (patch)
treebd1c90b4819bd66d3ea4812c7f02439b2962a674 /src/zenstore/include
parentAdded some comments to ZenServerInstance etc (diff)
downloadzen-b791801fd610a97f106a2298d3fce7ebcd4f92f9.tar.xz
zen-b791801fd610a97f106a2298d3fce7ebcd4f92f9.zip
corrected CidStore comment
Diffstat (limited to 'src/zenstore/include')
-rw-r--r--src/zenstore/include/zenstore/cidstore.h4
1 files changed, 0 insertions, 4 deletions
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.
*
*/