From 623d5413c322136d75c43c8d48f58b19761b3709 Mon Sep 17 00:00:00 2001 From: matt dannenberg Date: Thu, 23 Apr 2015 09:28:22 -0400 Subject: Revert "SERVER-18191 make new heartbeat args/response classes for the new election protocol" This reverts commit 9a7bb551c0d01e53bfd3521d3862c73470c13db1. --- src/mongo/db/repl/SConscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mongo/db/repl/SConscript') diff --git a/src/mongo/db/repl/SConscript b/src/mongo/db/repl/SConscript index d9b8279d8be..11d5fba1cba 100644 --- a/src/mongo/db/repl/SConscript +++ b/src/mongo/db/repl/SConscript @@ -235,9 +235,7 @@ env.Library('replica_set_messages', 'is_master_response.cpp', 'member_config.cpp', 'repl_set_heartbeat_args.cpp', - 'repl_set_heartbeat_args_v1.cpp', 'repl_set_heartbeat_response.cpp', - 'repl_set_heartbeat_response_v1.cpp', 'replica_set_config.cpp', 'replica_set_tag.cpp', 'update_position_args.cpp', -- cgit v1.2.1