]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: remove stray references to MMonGetMap
authorSage Weil <sage@redhat.com>
Tue, 7 Aug 2018 18:05:01 +0000 (13:05 -0500)
committerSage Weil <sage@redhat.com>
Tue, 7 Aug 2018 18:25:28 +0000 (13:25 -0500)
MonClient no longer sends these.  MonmapMonitor doesn't need the forward
declaration (probably never did).

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonClient.cc
src/mon/MonmapMonitor.h

index 6bc91e18fdf8c0dc14f2d74582c8484c3b608452..86578636b37a88de23330a3c2ae8139d778e39e5 100644 (file)
@@ -17,7 +17,6 @@
 #include "include/scope_guard.h"
 #include "include/stringify.h"
 
-#include "messages/MMonGetMap.h"
 #include "messages/MMonGetVersion.h"
 #include "messages/MMonGetVersionReply.h"
 #include "messages/MMonMap.h"
index 360b7c73deba03c5731fb6702bd56e267b5e0a4e..6268194afb563e821ab6741e6e3582541883de1b 100644 (file)
@@ -29,7 +29,6 @@
 #include "MonMap.h"
 #include "MonitorDBStore.h"
 
-class MMonGetMap;
 class MMonMap;
 class MMonCommand;
 class MMonJoin;