From: Javier M. Mellid Date: Mon, 28 Mar 2016 17:39:22 +0000 (+0200) Subject: mon: remove unused variable X-Git-Tag: v10.1.1~55^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f22676b3559b11e17c4f575d498ca19525bd8648;p=ceph.git mon: remove unused variable Fixes: http://tracker.ceph.com/issues/15292 Signed-off-by: Javier M. Mellid --- diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index e176c1f22edd..c5ed1a2b183a 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -2112,7 +2112,6 @@ int MDSMonitor::filesystem_command( { dout(4) << __func__ << " prefix='" << prefix << "'" << dendl; op->mark_mdsmon_event(__func__); - MMonCommand *m = static_cast(op->get_req()); int r = 0; string whostr; cmd_getval(g_ceph_context, cmdmap, "who", whostr);