Skip to content

Commit 6ccfa03

Browse files
committed
Address review comments
1 parent f8b5f74 commit 6ccfa03

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/core/src/clp_s/ArchiveWriter.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class ArchiveStats {
5555

5656
// Methods
5757
/**
58-
* Dumps the contents of `ArchiveStats` as a JSON object in a string.
5958
* @return The contents of `ArchiveStats` as a JSON object in a string.
6059
*/
6160
[[nodiscard]] auto as_string() const -> std::string {

components/core/src/clp_s/RangeIndexWriter.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ class RangeIndexWriter {
7474

7575
/**
7676
* Writes ranges to a `ZstdCompressor` then clears internal state.
77-
*
78-
* TODO: refactor this method to return the metadata as a `ystdlib::error_handling::Result`.
79-
*
8077
* @param writer
8178
* @param metadata The metadata written to the `ZstdCompressor` returned by reference.
8279
* @return ErrorCodeSuccess on success or the relevant error code on failure.

0 commit comments

Comments
 (0)