Skip to content

Commit 04ddd36

Browse files
committed
remove geoNearCommand feature
1 parent 5985760 commit 04ddd36

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/MongoDB.Driver/Core/Misc/Feature.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public class Feature
6363
private static readonly Feature __filterLimit = new Feature("FilterLimit", WireVersion.Server60);
6464
private static readonly Feature __findAllowDiskUse = new Feature("FindAllowDiskUse", WireVersion.Server44);
6565
private static readonly Feature __findProjectionExpressions = new Feature("FindProjectionExpressions", WireVersion.Server44);
66-
private static readonly Feature __geoNearCommand = new Feature("GeoNearCommand", WireVersion.Zero, WireVersion.Server42);
6766
private static readonly Feature __getField = new Feature("GetField", WireVersion.Server50);
6867
private static readonly Feature __getMoreComment = new Feature("GetMoreComment", WireVersion.Server44);
6968
private static readonly Feature __groupCommand = new Feature("GroupCommand", WireVersion.Zero, WireVersion.Server42);
@@ -288,11 +287,6 @@ public class Feature
288287
/// </summary>
289288
public static Feature FindProjectionExpressions => __findProjectionExpressions;
290289

291-
/// <summary>
292-
/// Gets the geoNear command feature.
293-
/// </summary>
294-
public static Feature GeoNearCommand => __geoNearCommand;
295-
296290
/// <summary>
297291
/// Gets the getField feature.
298292
/// </summary>

0 commit comments

Comments
 (0)