diff options
| author | Stefan Boberg <[email protected]> | 2023-05-15 21:22:55 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-15 21:22:55 +0200 |
| commit | b791801fd610a97f106a2298d3fce7ebcd4f92f9 (patch) | |
| tree | bd1c90b4819bd66d3ea4812c7f02439b2962a674 /src/zenstore/include | |
| parent | Added some comments to ZenServerInstance etc (diff) | |
| download | zen-b791801fd610a97f106a2298d3fce7ebcd4f92f9.tar.xz zen-b791801fd610a97f106a2298d3fce7ebcd4f92f9.zip | |
corrected CidStore comment
Diffstat (limited to 'src/zenstore/include')
| -rw-r--r-- | src/zenstore/include/zenstore/cidstore.h | 4 |
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. * */ |