summaryrefslogtreecommitdiff
path: root/s/s_only.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-04-13 17:23:53 -0400
committerEliot Horowitz <eliot@10gen.com>2010-04-13 17:23:53 -0400
commitb4ca3766a6043c80484f4adbed3c0bad15392461 (patch)
treed3a8be021d05b1cfd9071fb55137c8ba408d5546 /s/s_only.cpp
parentcea03ac9158128d229f376ea263940212cf16f6c (diff)
downloadmongo-b4ca3766a6043c80484f4adbed3c0bad15392461.tar.gz
link fix
Diffstat (limited to 's/s_only.cpp')
-rw-r--r--s/s_only.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/s/s_only.cpp b/s/s_only.cpp
index 0ceefde2494..07b8f7908a3 100644
--- a/s/s_only.cpp
+++ b/s/s_only.cpp
@@ -32,9 +32,6 @@ namespace mongo {
return i;
}
- // need this stub to reduce mongos link dependencies
- inline Matcher::~Matcher() { assert(!"this shouldn't be called"); }
-
boost::thread_specific_ptr<Client> currentClient;
Client::~Client(){ assert(!"this shouldn't be called"); }