summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2020-09-21 18:06:00 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-24 09:54:38 +0000
commitca5fb3dfb5dc0edef0bc92ab7c2e9aeb4a95b9be (patch)
tree1b45fc8ab0d11f7db2d5f55d0153b9eb9eefc4fc /src/mongo/db/client.h
parent12debe1b5bc2d8a5370866ece604a671ca52e428 (diff)
downloadmongo-ca5fb3dfb5dc0edef0bc92ab7c2e9aeb4a95b9be.tar.gz
SERVER-51074 VectorClock is not gossiped correctly on newly started sessions
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r--src/mongo/db/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h
index bf9a2fcaca5..cc784cdf75c 100644
--- a/src/mongo/db/client.h
+++ b/src/mongo/db/client.h
@@ -133,10 +133,6 @@ public:
return std::move(_session);
}
- transport::Session::TagMask getSessionTags() const {
- return _session ? _session->getTags() : 0;
- }
-
std::string clientAddress(bool includePort = false) const;
const std::string& desc() const {
return _desc;