summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclient_rs_test.cpp')
-rw-r--r--src/mongo/client/dbclient_rs_test.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mongo/client/dbclient_rs_test.cpp b/src/mongo/client/dbclient_rs_test.cpp
index d8c2c1b874f..32527fc7c59 100644
--- a/src/mongo/client/dbclient_rs_test.cpp
+++ b/src/mongo/client/dbclient_rs_test.cpp
@@ -33,24 +33,6 @@
#include <string>
#include <vector>
-namespace mongo {
- // Symbols defined to build the binary correctly.
-
- bool inShutdown() {
- return false;
- }
-
- DBClientBase *createDirectClient() { return NULL; }
-
- void dbexit(ExitCode rc, const char *why){
- ::_exit(rc);
- }
-
- bool haveLocalShardingInfo(const string& ns) {
- return false;
- }
-}
-
namespace {
using boost::scoped_ptr;
using std::auto_ptr;