From: Sage Weil Date: Thu, 13 Jun 2013 18:27:49 +0000 (-0700) Subject: mon/MonmapMonitor: remove unused label X-Git-Tag: v0.65~83 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35ea1639aa72728c043d87541618d9c0dff3baec;p=ceph.git 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 --- diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc index 2b5ede0b5ed..cbcefae104f 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);