diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-11-02 17:50:33 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-11-03 14:14:00 -0400 |
commit | 77a0cb7662edca4a66a2efd022380e8ee810d19c (patch) | |
tree | 9ef82481e125fc1e249de1dcab2bc042eecfeb2a /tools | |
parent | 1f012a2e88839d7caaace67045d1381a39da7e3d (diff) | |
download | mongo-77a0cb7662edca4a66a2efd022380e8ee810d19c.tar.gz |
outdated TODO
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tool.cpp b/tools/tool.cpp index df039455e61..24c4e9b9d95 100644 --- a/tools/tool.cpp +++ b/tools/tool.cpp @@ -240,7 +240,6 @@ namespace mongo { } DBClientBase& Tool::conn( bool slaveIfPaired ){ - // TODO: _paired is deprecated if ( slaveIfPaired && _conn->type() == ConnectionString::SET ) return ((DBClientReplicaSet*)_conn)->slaveConn(); return *_conn; |