File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/MongoDB.Driver/Core/Misc Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ public class Feature
63
63
private static readonly Feature __filterLimit = new Feature ( "FilterLimit" , WireVersion . Server60 ) ;
64
64
private static readonly Feature __findAllowDiskUse = new Feature ( "FindAllowDiskUse" , WireVersion . Server44 ) ;
65
65
private static readonly Feature __findProjectionExpressions = new Feature ( "FindProjectionExpressions" , WireVersion . Server44 ) ;
66
- private static readonly Feature __geoNearCommand = new Feature ( "GeoNearCommand" , WireVersion . Zero , WireVersion . Server42 ) ;
67
66
private static readonly Feature __getField = new Feature ( "GetField" , WireVersion . Server50 ) ;
68
67
private static readonly Feature __getMoreComment = new Feature ( "GetMoreComment" , WireVersion . Server44 ) ;
69
68
private static readonly Feature __groupCommand = new Feature ( "GroupCommand" , WireVersion . Zero , WireVersion . Server42 ) ;
@@ -288,11 +287,6 @@ public class Feature
288
287
/// </summary>
289
288
public static Feature FindProjectionExpressions => __findProjectionExpressions ;
290
289
291
- /// <summary>
292
- /// Gets the geoNear command feature.
293
- /// </summary>
294
- public static Feature GeoNearCommand => __geoNearCommand ;
295
-
296
290
/// <summary>
297
291
/// Gets the getField feature.
298
292
/// </summary>
You can’t perform that action at this time.
0 commit comments