diff options
Diffstat (limited to 'src')
| -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. * */ |