Skip to content

Commit 2f79987

Browse files
authored
CSHARP-5310: Remove IsMaster leftovers (#1480)
1 parent d3ee417 commit 2f79987

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

src/MongoDB.Driver/Core/Connections/ConnectionDescription.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ public HelloResult HelloResult
9191
get { return _helloResult; }
9292
}
9393

94-
/// <summary>
95-
/// Gets the hello result.
96-
/// </summary>
97-
/// <value>
98-
/// The hello result.
99-
/// </value>
100-
[Obsolete("Use HelloResult instead.")]
101-
public IsMasterResult IsMasterResult
102-
{
103-
get { return new IsMasterResult(_helloResult.Wrapped); }
104-
}
105-
10694
/// <summary>
10795
/// Gets the maximum number of documents in a batch.
10896
/// </summary>

src/MongoDB.Driver/Core/Connections/IsMasterResult.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)