From fc319066c190949bed3572bc039f5ff5ee27cd72 Mon Sep 17 00:00:00 2001 From: hwware Date: Fri, 22 Nov 2024 21:54:07 +0000 Subject: [PATCH] remove one line comment Signed-off-by: hwware --- src/module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/module.c b/src/module.c index 768dd3309d..e646f3d402 100644 --- a/src/module.c +++ b/src/module.c @@ -2260,7 +2260,6 @@ int moduleIsModuleCommand(void *module_handle, struct serverCommand *cmd) { * Once 'CONFIG REWRITE' command is called, the updated argument values can be saved into conf file. * * Returns: - * - VALKEYMODULE_OK on successfully updating. * - VALKEYMODULE_ERR on failure. */ int VM_UpdateRuntimeArgs(ValkeyModuleCtx *ctx, ValkeyModuleString **argv, int argc) {