From 92a4049684e468027fd9fb2a73896e82cfabea08 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 31 Mar 2010 12:48:39 -0700 Subject: [PATCH] msg: Remove dead MMDSBoot --- src/Makefile.am | 1 - src/messages/MMDSBoot.h | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 src/messages/MMDSBoot.h diff --git a/src/Makefile.am b/src/Makefile.am index 8e8ebfb4ab14b..0a94a3ded2c15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -619,7 +619,6 @@ noinst_HEADERS = \ messages/MLog.h\ messages/MLogAck.h\ messages/MMDSBeacon.h\ - messages/MMDSBoot.h\ messages/MMDSCacheRejoin.h\ messages/MMDSLoadTargets.h\ messages/MMDSFragmentNotify.h\ diff --git a/src/messages/MMDSBoot.h b/src/messages/MMDSBoot.h deleted file mode 100644 index 8d80406a82646..0000000000000 --- a/src/messages/MMDSBoot.h +++ /dev/null @@ -1,33 +0,0 @@ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab -/* - * Ceph - scalable distributed file system - * - * Copyright (C) 2004-2006 Sage Weil - * - * This is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software - * Foundation. See file COPYING. - * - */ - -#ifndef __MMDSBOOT_H -#define __MMDSBOOT_H - -#include "msg/Message.h" - -#include "include/types.h" - -class MMDSBoot : public Message { - public: - MMDSBoot() : Message(MSG_MDS_BOOT) { - } - - char *get_type_name() { return "mdsboot"; } - - void encode_payload() { } - void decode_payload() { } -}; - -#endif -- 2.39.5