From 943ad03b1d777900d5df757757058589fbd3470f Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Sat, 4 Oct 2025 01:36:27 -0500 Subject: [PATCH] os/ObjectStore: fixing a function comment Signed-off-by: Ronen Friedman --- src/os/ObjectStore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 13e9b577e3a..78021aabd42 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -686,7 +686,6 @@ public: * @param start list object that sort >= this value * @param end list objects that sort < this value * @param max return no more than this many results - * @param seq return no objects with snap < seq * @param ls [out] result * @param next [out] next item sorts >= this value * @return zero on success, or negative error -- 2.39.5