]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonmapMonitor: remove unused label
authorSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 18:27:49 +0000 (11:27 -0700)
committerSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 18:27:49 +0000 (11:27 -0700)
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 <sage@inktank.com>
src/mon/MonmapMonitor.cc

index 2b5ede0b5ed304aead7420c28853cf087b4c585d..cbcefae104ff76d50f60c5bbfc4d8f1c37bc2126 100644 (file)
@@ -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);