From 35ea1639aa72728c043d87541618d9c0dff3baec Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 13 Jun 2013 11:27:49 -0700 Subject: [PATCH] mon/MonmapMonitor: remove unused label mon/MonmapMonitor.cc: In member function 'bool MonmapMonitor::preprocess_command(MMonCommand*)': mon/MonmapMonitor.cc:273:2: warning: label 'out' defined but not used [-Wunused-label] Signed-off-by: Sage Weil --- src/mon/MonmapMonitor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc index 2b5ede0b5ed30..cbcefae104ff7 100644 --- a/src/mon/MonmapMonitor.cc +++ b/src/mon/MonmapMonitor.cc @@ -270,7 +270,6 @@ bool MonmapMonitor::preprocess_command(MMonCommand *m) else if (prefix == "mon remove") return false; - out: if (r != -1) { string rs; getline(ss, rs); -- 2.39.5