There are a few remaining references to the removed geoWalk command:
src/mongo/client/dbclient_rs.cpp: _secOkCmdList.insert("geoWalk");
jstests/core/geo8.js:t.runCommand( "geoWalk" );
jstests/sharding/read_pref_cmd.js: // We'll omit geoWalk, it's not a public command.
I think we can safely remove all of these references.
- links to