You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 07:34:38 UTC

svn commit: r1131797 - /incubator/mesos/trunk/src/messages.hpp

Author: benh
Date: Sun Jun  5 05:34:37 2011
New Revision: 1131797

URL: http://svn.apache.org/viewvc?rev=1131797&view=rev
Log:
Removed unnecessary message.

Modified:
    incubator/mesos/trunk/src/messages.hpp

Modified: incubator/mesos/trunk/src/messages.hpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/messages.hpp?rev=1131797&r1=1131796&r2=1131797&view=diff
==============================================================================
--- incubator/mesos/trunk/src/messages.hpp (original)
+++ incubator/mesos/trunk/src/messages.hpp Sun Jun  5 05:34:37 2011
@@ -23,7 +23,6 @@ enum MessageType {
   /* From framework to master. */
   F2M_REGISTER_FRAMEWORK = RELIABLE_MSGID,
   F2M_REREGISTER_FRAMEWORK,
-  F2M_FAILOVER_FRAMEWORK,
   F2M_UNREGISTER_FRAMEWORK,
   F2M_SLOT_OFFER_REPLY,
   F2M_REVIVE_OFFERS,