File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
components/core/src/clp_s Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ class ArchiveStats {
55
55
56
56
// Methods
57
57
/* *
58
- * Dumps the contents of `ArchiveStats` as a JSON object in a string.
59
58
* @return The contents of `ArchiveStats` as a JSON object in a string.
60
59
*/
61
60
[[nodiscard]] auto as_string () const -> std::string {
Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ class RangeIndexWriter {
74
74
75
75
/* *
76
76
* 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
- *
80
77
* @param writer
81
78
* @param metadata The metadata written to the `ZstdCompressor` returned by reference.
82
79
* @return ErrorCodeSuccess on success or the relevant error code on failure.
You can’t perform that action at this time.
0 commit comments