From d7f082194fe45433fe84034ae24a214e47f54d93 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 29 Sep 2025 05:44:39 +0000 Subject: [PATCH] mon: remove unneeded goto jump Signed-off-by: Venky Shankar --- src/mon/LogMonitor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc index 82ddf9a899a..9b23450f4c6 100644 --- a/src/mon/LogMonitor.cc +++ b/src/mon/LogMonitor.cc @@ -710,7 +710,6 @@ bool LogMonitor::preprocess_log(MonOpRequestRef op) } if (!num_new) { dout(10) << " nothing new" << dendl; - goto done; } done: -- 2.39.5