summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2018-03-02 10:49:23 -0500
committerNick Zolnierz <nicholas.zolnierz@mongodb.com>2018-03-02 10:49:23 -0500
commitfb3390f096192598f1bde7d3445e2580ccf0557e (patch)
treeacb7ca00cad546a62fee185954a441585a81e5f1 /src/mongo/db/repl/storage_interface_impl.cpp
parenta8fddd07a740e959646995ef93139887b3b3eb5c (diff)
downloadmongo-fb3390f096192598f1bde7d3445e2580ccf0557e.tar.gz
SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting decoration through service context (global if needed).
This reverts commit a8fddd07a740e959646995ef93139887b3b3eb5c.
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.cpp')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.cpp b/src/mongo/db/repl/storage_interface_impl.cpp
index 10b4684ba64..7d127709294 100644
--- a/src/mongo/db/repl/storage_interface_impl.cpp
+++ b/src/mongo/db/repl/storage_interface_impl.cpp
@@ -71,7 +71,6 @@
#include "mongo/db/repl/collection_bulk_loader_impl.h"
#include "mongo/db/repl/oplog.h"
#include "mongo/db/repl/replication_coordinator.h"
-#include "mongo/db/repl/replication_coordinator_global.h"
#include "mongo/db/repl/rollback_gen.h"
#include "mongo/db/service_context.h"
#include "mongo/util/assert_util.h"