summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/primary_only_service_test_fixture.h
diff options
context:
space:
mode:
authorMatt Broadstone <mbroadst@mongodb.com>2022-04-02 11:56:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-02 12:24:51 +0000
commitc78ba79626722ae69ea9b64762ffd1dc075ce960 (patch)
tree697f1c1b4bfb3629017687b940f86ad6e6076382 /src/mongo/db/repl/primary_only_service_test_fixture.h
parent22f72dd4701f6a6a0d6cda810a4fde4cb36bf895 (diff)
downloadmongo-c78ba79626722ae69ea9b64762ffd1dc075ce960.tar.gz
SERVER-65059 Store recipient connection string in state document
Diffstat (limited to 'src/mongo/db/repl/primary_only_service_test_fixture.h')
-rw-r--r--src/mongo/db/repl/primary_only_service_test_fixture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/primary_only_service_test_fixture.h b/src/mongo/db/repl/primary_only_service_test_fixture.h
index 8ca3dae3bb2..906cbd15297 100644
--- a/src/mongo/db/repl/primary_only_service_test_fixture.h
+++ b/src/mongo/db/repl/primary_only_service_test_fixture.h
@@ -81,7 +81,5 @@ protected:
long long _term = 0;
};
-std::shared_ptr<executor::TaskExecutor> makeTestExecutor();
-
} // namespace repl
} // namespace mongo