diff options
author | Shaun Verch <shaun.verch@10gen.com> | 2013-11-04 21:48:32 -0500 |
---|---|---|
committer | Shaun Verch <shaun.verch@10gen.com> | 2013-11-09 15:48:43 -0500 |
commit | 151237b24af3a2f5a2a2076b651f4e5745cc45f9 (patch) | |
tree | 7344b1ce89d97eda1dccc55a449770b0a67c59c6 /src/mongo/s/balancer_policy_tests.cpp | |
parent | 3d28d63ec6fb6f285d279b529f945f43ec3b2b48 (diff) | |
download | mongo-151237b24af3a2f5a2a2076b651f4e5745cc45f9.tar.gz |
SERVER-11637: Removed NO_CRUTCH from a bunch of tests
Diffstat (limited to 'src/mongo/s/balancer_policy_tests.cpp')
-rw-r--r-- | src/mongo/s/balancer_policy_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/balancer_policy_tests.cpp b/src/mongo/s/balancer_policy_tests.cpp index b9ea82a8644..4ee6df6a5dc 100644 --- a/src/mongo/s/balancer_policy_tests.cpp +++ b/src/mongo/s/balancer_policy_tests.cpp @@ -22,7 +22,6 @@ namespace mongo { // these are all crutch and hopefully will eventually go away - bool inShutdown() { return false; } DBClientBase *createDirectClient() { return 0; } void dbexit( ExitCode rc, const char *why ){ log() << "dbexit called? :(" << endl; |